Html Css Color HEX #867BA9 Deluge

📋 copy color: '#867BA9'

red 134 ◦ green 123 ◦ blue 169

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

Shades of Deluge #867BA9

Tints of Deluge #867BA9

RGB

 RED value IS 134 (52.73% from 255) = 31.46%

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 169 (66.41% from 255) = 39.67%

R = 31.46%
G = 28.87%
B = 39.67%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#867BA9 (or 0x867BA9) is known color: Deluge. HEX triplet: 86, 7B and A9. RGB value is (134,123,169). Sum of RGB (Red+Green+Blue) = 134+123+169=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 169 - color contains mainly: blue. Hex color #867BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BA9 is #798456. Grayscale: #838383. Windows color (decimal): -7963735 or 11107206. OLE color: 11107206.

HSL color Cylindrical-coordinate representation of color #867BA9: hue angle of 254.35º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867BA9 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 123 169 -
CMYK 0.21 0.27 0 0.34
HSL 254.35º 0.21% 0.57% -
HSV(B) 254.35º 0.27% 0.66% -
XYZ 24.08 22.1 40.53 -
YUV 131.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 134 123 169 0.21 0.27 0 0.34 254.35 0.21 0.57
Hex 86 7B A9 15 1B 0 22 FE 15 39
Octal 206 173 251 25 33 0 42 376 25 71
Binary 10000110 1111011 10101001 10101 11011 0 100010 11111110 10101 111001

Color Harmonies of #867BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BA9

Black with #867BA9

Text Example


Text Example

White with #867BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867BA9; }

 p { color: rgb(134,123,169); }

 H1.HeaderClassName
 {
   color: #867BA9;
 }
 .AnyTagClassName
 {
   color: #867BA9;
 }
</style>

background-color css

<style>
 a { background-color: #867BA9; }

 a { background-color: rgb(134,123,169); }

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

border-color css

<style>
 span { border-color: #867BA9; }

 span { border-color: rgb(134,123,169); }

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