Html Css Color HEX #867F9F Deluge

📋 copy color: '#867F9F'

red 134 ◦ green 127 ◦ blue 159

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

Shades of Deluge #867F9F

Tints of Deluge #867F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 31.9%
G = 30.24%
B = 37.86%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#867F9F (or 0x867F9F) is known color: Deluge. HEX triplet: 86, 7F and 9F. RGB value is (134,127,159). Sum of RGB (Red+Green+Blue) = 134+127+159=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #867F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F9F is #798060. Grayscale: #848484. Windows color (decimal): -7962721 or 10452870. OLE color: 10452870.

HSL color Cylindrical-coordinate representation of color #867F9F: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #867F9F is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 127 159 -
CMYK 0.16 0.20 0 0.38
HSL 253.13º 0.14% 0.56% -
HSV(B) 253.13º 0.2% 0.62% -
XYZ 23.68 22.75 35.94 -
YUV 132.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 134 127 159 0.16 0.20 0 0.38 253.13 0.14 0.56
Hex 86 7F 9F 10 14 0 26 FD E 38
Octal 206 177 237 20 24 0 46 375 16 70
Binary 10000110 1111111 10011111 10000 10100 0 100110 11111101 1110 111000

Color Harmonies of #867F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F9F

Black with #867F9F

Text Example


Text Example

White with #867F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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