Html Css Color HEX #867FAC Deluge

📋 copy color: '#867FAC'

red 134 ◦ green 127 ◦ blue 172

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

Shades of Deluge #867FAC

Tints of Deluge #867FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 30.95%
G = 29.33%
B = 39.72%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#867FAC (or 0x867FAC) is known color: Deluge. HEX triplet: 86, 7F and AC. RGB value is (134,127,172). Sum of RGB (Red+Green+Blue) = 134+127+172=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #867FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FAC is #798053. Grayscale: #868686. Windows color (decimal): -7962708 or 11304838. OLE color: 11304838.

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

Color convert

RGB 134 127 172 -
CMYK 0.22 0.26 0 0.33
HSL 249.33º 0.21% 0.59% -
HSV(B) 249.33º 0.26% 0.67% -
XYZ 24.87 23.23 42.2 -
YUV 134.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 134 127 172 0.22 0.26 0 0.33 249.33 0.21 0.59
Hex 86 7F AC 16 1A 0 21 F9 15 3B
Octal 206 177 254 26 32 0 41 371 25 73
Binary 10000110 1111111 10101100 10110 11010 0 100001 11111001 10101 111011

Color Harmonies of #867FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FAC

Black with #867FAC

Text Example


Text Example

White with #867FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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