Html Css Color HEX #867FAF Deluge

📋 copy color: '#867FAF'

red 134 ◦ green 127 ◦ blue 175

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

Shades of Deluge #867FAF

Tints of Deluge #867FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 30.73%
G = 29.13%
B = 40.14%

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

#867FAF (or 0x867FAF) is known color: Deluge. HEX triplet: 86, 7F and AF. RGB value is (134,127,175). Sum of RGB (Red+Green+Blue) = 134+127+175=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #867FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAF is #798050. Grayscale: #868686. Windows color (decimal): -7962705 or 11501446. OLE color: 11501446.

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

Color convert

RGB 134 127 175 -
CMYK 0.23 0.27 0 0.31
HSL 248.75º 0.23% 0.59% -
HSV(B) 248.75º 0.27% 0.69% -
XYZ 25.16 23.34 43.74 -
YUV 134.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 134 127 175 0.23 0.27 0 0.31 248.75 0.23 0.59
Hex 86 7F AF 17 1B 0 1F F9 17 3B
Octal 206 177 257 27 33 0 37 371 27 73
Binary 10000110 1111111 10101111 10111 11011 0 11111 11111001 10111 111011

Color Harmonies of #867FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FAF

Black with #867FAF

Text Example


Text Example

White with #867FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,127,175); }

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

background-color css

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

 a { background-color: rgb(134,127,175); }

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

border-color css

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

 span { border-color: rgb(134,127,175); }

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