Html Css Color HEX #867FAE Deluge

📋 copy color: '#867FAE'

red 134 ◦ green 127 ◦ blue 174

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

Shades of Deluge #867FAE

Tints of Deluge #867FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40%

R = 30.8%
G = 29.2%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#867FAE (or 0x867FAE) is known color: Deluge. HEX triplet: 86, 7F and AE. RGB value is (134,127,174). Sum of RGB (Red+Green+Blue) = 134+127+174=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #867FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAE is #798051. Grayscale: #868686. Windows color (decimal): -7962706 or 11435910. OLE color: 11435910.

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

Color convert

RGB 134 127 174 -
CMYK 0.23 0.27 0 0.32
HSL 248.94º 0.22% 0.59% -
HSV(B) 248.94º 0.27% 0.68% -
XYZ 25.06 23.3 43.22 -
YUV 134.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 134 127 174 0.23 0.27 0 0.32 248.94 0.22 0.59
Hex 86 7F AE 17 1B 0 20 F9 16 3B
Octal 206 177 256 27 33 0 40 371 26 73
Binary 10000110 1111111 10101110 10111 11011 0 100000 11111001 10110 111011

Color Harmonies of #867FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FAE

Black with #867FAE

Text Example


Text Example

White with #867FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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