Html Css Color HEX #8875B2 Deluge

📋 copy color: '#8875B2'

red 136 ◦ green 117 ◦ blue 178

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

Shades of Deluge #8875B2

Tints of Deluge #8875B2

RGB

 RED value IS 136 (53.52% from 255) = 31.55%

 GREEN value IS 117 (46.09% from 255) = 27.15%

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 31.55%
G = 27.15%
B = 41.3%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8875B2 (or 0x8875B2) is known color: Deluge. HEX triplet: 88, 75 and B2. RGB value is (136,117,178). Sum of RGB (Red+Green+Blue) = 136+117+178=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #8875B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8875B2 is #778A4D. Grayscale: #818181. Windows color (decimal): -7834190 or 11695496. OLE color: 11695496.

HSL color Cylindrical-coordinate representation of color #8875B2: hue angle of 258.69º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8875B2 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 117 178 -
CMYK 0.24 0.34 0 0.30
HSL 258.69º 0.28% 0.58% -
HSV(B) 258.69º 0.34% 0.7% -
XYZ 24.55 21.17 44.91 -
YUV 129.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 136 117 178 0.24 0.34 0 0.30 258.69 0.28 0.58
Hex 88 75 B2 18 22 0 1E 103 1C 3A
Octal 210 165 262 30 42 0 36 403 34 72
Binary 10001000 1110101 10110010 11000 100010 0 11110 100000011 11100 111010

Color Harmonies of #8875B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8875B2

Black with #8875B2

Text Example


Text Example

White with #8875B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8875B2; }

 p { color: rgb(136,117,178); }

 H1.HeaderClassName
 {
   color: #8875B2;
 }
 .AnyTagClassName
 {
   color: #8875B2;
 }
</style>

background-color css

<style>
 a { background-color: #8875B2; }

 a { background-color: rgb(136,117,178); }

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

border-color css

<style>
 span { border-color: #8875B2; }

 span { border-color: rgb(136,117,178); }

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