Html Css Color HEX #867FA4 Deluge

📋 copy color: '#867FA4'

red 134 ◦ green 127 ◦ blue 164

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

Shades of Deluge #867FA4

Tints of Deluge #867FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 31.53%
G = 29.88%
B = 38.59%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#867FA4 (or 0x867FA4) is known color: Deluge. HEX triplet: 86, 7F and A4. RGB value is (134,127,164). Sum of RGB (Red+Green+Blue) = 134+127+164=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #867FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FA4 is #79805B. Grayscale: #858585. Windows color (decimal): -7962716 or 10780550. OLE color: 10780550.

HSL color Cylindrical-coordinate representation of color #867FA4: hue angle of 251.35º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867FA4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 127 164 -
CMYK 0.18 0.23 0 0.36
HSL 251.35º 0.17% 0.57% -
HSV(B) 251.35º 0.23% 0.64% -
XYZ 24.12 22.93 38.28 -
YUV 133.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 134 127 164 0.18 0.23 0 0.36 251.35 0.17 0.57
Hex 86 7F A4 12 17 0 24 FB 11 39
Octal 206 177 244 22 27 0 44 373 21 71
Binary 10000110 1111111 10100100 10010 10111 0 100100 11111011 10001 111001

Color Harmonies of #867FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FA4

Black with #867FA4

Text Example


Text Example

White with #867FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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