Html Css Color HEX #867FA8 Deluge

📋 copy color: '#867FA8'

red 134 ◦ green 127 ◦ blue 168

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

Shades of Deluge #867FA8

Tints of Deluge #867FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 31.24%
G = 29.6%
B = 39.16%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#867FA8 (or 0x867FA8) is known color: Deluge. HEX triplet: 86, 7F and A8. RGB value is (134,127,168). Sum of RGB (Red+Green+Blue) = 134+127+168=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 168 - color contains mainly: blue. Hex color #867FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FA8 is #798057. Grayscale: #858585. Windows color (decimal): -7962712 or 11042694. OLE color: 11042694.

HSL color Cylindrical-coordinate representation of color #867FA8: hue angle of 250.24º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #867FA8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 127 168 -
CMYK 0.20 0.24 0 0.34
HSL 250.24º 0.19% 0.58% -
HSV(B) 250.24º 0.24% 0.66% -
XYZ 24.49 23.07 40.21 -
YUV 133.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 134 127 168 0.20 0.24 0 0.34 250.24 0.19 0.58
Hex 86 7F A8 14 18 0 22 FA 13 3A
Octal 206 177 250 24 30 0 42 372 23 72
Binary 10000110 1111111 10101000 10100 11000 0 100010 11111010 10011 111010

Color Harmonies of #867FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FA8

Black with #867FA8

Text Example


Text Example

White with #867FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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