Html Css Color HEX #867FAA Deluge

📋 copy color: '#867FAA'

red 134 ◦ green 127 ◦ blue 170

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

Shades of Deluge #867FAA

Tints of Deluge #867FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 31.09%
G = 29.47%
B = 39.44%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#867FAA (or 0x867FAA) is known color: Deluge. HEX triplet: 86, 7F and AA. RGB value is (134,127,170). Sum of RGB (Red+Green+Blue) = 134+127+170=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #867FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAA is #798055. Grayscale: #858585. Windows color (decimal): -7962710 or 11173766. OLE color: 11173766.

HSL color Cylindrical-coordinate representation of color #867FAA: hue angle of 249.77º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867FAA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 127 170 -
CMYK 0.21 0.25 0 0.33
HSL 249.77º 0.2% 0.58% -
HSV(B) 249.77º 0.25% 0.67% -
XYZ 24.68 23.15 41.2 -
YUV 134 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 134 127 170 0.21 0.25 0 0.33 249.77 0.2 0.58
Hex 86 7F AA 15 19 0 21 FA 14 3A
Octal 206 177 252 25 31 0 41 372 24 72
Binary 10000110 1111111 10101010 10101 11001 0 100001 11111010 10100 111010

Color Harmonies of #867FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FAA

Black with #867FAA

Text Example


Text Example

White with #867FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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