Html Css Color HEX #8881B0 Deluge

📋 copy color: '#8881B0'

red 136 ◦ green 129 ◦ blue 176

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

Shades of Deluge #8881B0

Tints of Deluge #8881B0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 30.84%
G = 29.25%
B = 39.91%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8881B0 (or 0x8881B0) is known color: Deluge. HEX triplet: 88, 81 and B0. RGB value is (136,129,176). Sum of RGB (Red+Green+Blue) = 136+129+176=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #8881B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8881B0 is #777E4F. Grayscale: #888888. Windows color (decimal): -7831120 or 11567496. OLE color: 11567496.

HSL color Cylindrical-coordinate representation of color #8881B0: hue angle of 248.94º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8881B0 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 129 176 -
CMYK 0.23 0.27 0 0.31
HSL 248.94º 0.23% 0.6% -
HSV(B) 248.94º 0.27% 0.69% -
XYZ 25.84 24.07 44.36 -
YUV 136.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 136 129 176 0.23 0.27 0 0.31 248.94 0.23 0.6
Hex 88 81 B0 17 1B 0 1F F9 17 3C
Octal 210 201 260 27 33 0 37 371 27 74
Binary 10001000 10000001 10110000 10111 11011 0 11111 11111001 10111 111100

Color Harmonies of #8881B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8881B0

Black with #8881B0

Text Example


Text Example

White with #8881B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8881B0; }

 p { color: rgb(136,129,176); }

 H1.HeaderClassName
 {
   color: #8881B0;
 }
 .AnyTagClassName
 {
   color: #8881B0;
 }
</style>

background-color css

<style>
 a { background-color: #8881B0; }

 a { background-color: rgb(136,129,176); }

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

border-color css

<style>
 span { border-color: #8881B0; }

 span { border-color: rgb(136,129,176); }

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