Html Css Color HEX #8875B5 Deluge

📋 copy color: '#8875B5'

red 136 ◦ green 117 ◦ blue 181

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

Shades of Deluge #8875B5

Tints of Deluge #8875B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 31.34%
G = 26.96%
B = 41.71%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8875B5 (or 0x8875B5) is known color: Deluge. HEX triplet: 88, 75 and B5. RGB value is (136,117,181). Sum of RGB (Red+Green+Blue) = 136+117+181=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #8875B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875B5 is #778A4A. Grayscale: #818181. Windows color (decimal): -7834187 or 11892104. OLE color: 11892104.

HSL color Cylindrical-coordinate representation of color #8875B5: hue angle of 257.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8875B5 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 117 181 -
CMYK 0.25 0.35 0 0.29
HSL 257.81º 0.3% 0.58% -
HSV(B) 257.81º 0.35% 0.71% -
XYZ 24.86 21.29 46.52 -
YUV 129.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 136 117 181 0.25 0.35 0 0.29 257.81 0.3 0.58
Hex 88 75 B5 19 23 0 1D 102 1E 3A
Octal 210 165 265 31 43 0 35 402 36 72
Binary 10001000 1110101 10110101 11001 100011 0 11101 100000010 11110 111010

Color Harmonies of #8875B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8875B5

Black with #8875B5

Text Example


Text Example

White with #8875B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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