Html Css Color HEX #825EB0 Deluge

📋 copy color: '#825EB0'

red 130 ◦ green 94 ◦ blue 176

#825EB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #825EB0

Tints of Deluge #825EB0

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 176 (69.14% from 255) = 44%

R = 32.5%
G = 23.5%
B = 44%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#825EB0 (or 0x825EB0) is known color: Deluge. HEX triplet: 82, 5E and B0. RGB value is (130,94,176). Sum of RGB (Red+Green+Blue) = 130+94+176=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #825EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EB0 is #7DA14F. Grayscale: #717171. Windows color (decimal): -8233296 or 11558530. OLE color: 11558530.

HSL color Cylindrical-coordinate representation of color #825EB0: hue angle of 266.34º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825EB0 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 94 176 -
CMYK 0.26 0.47 0 0.31
HSL 266.34º 0.34% 0.53% -
HSV(B) 266.34º 0.47% 0.69% -
XYZ 21.05 15.89 43.03 -
YUV 114.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 130 94 176 0.26 0.47 0 0.31 266.34 0.34 0.53
Hex 82 5E B0 1A 2F 0 1F 10A 22 35
Octal 202 136 260 32 57 0 37 412 42 65
Binary 10000010 1011110 10110000 11010 101111 0 11111 100001010 100010 110101

Color Harmonies of #825EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EB0

Black with #825EB0

Text Example


Text Example

White with #825EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825EB0; }

 p { color: rgb(130,94,176); }

 H1.HeaderClassName
 {
   color: #825EB0;
 }
 .AnyTagClassName
 {
   color: #825EB0;
 }
</style>

background-color css

<style>
 a { background-color: #825EB0; }

 a { background-color: rgb(130,94,176); }

 div.DivClassName
 {
   background-color: #825EB0;
 }
 .BgClassName
 {
   background-color: #825EB0;
 }
</style>

border-color css

<style>
 span { border-color: #825EB0; }

 span { border-color: rgb(130,94,176); }

 td.TdClassName
 {
   border-color: #825EB0;
 }
 .TagClassName
 {
   border-color: #825EB0;
 }
</style>