Html Css Color HEX #867CAF Deluge

📋 copy color: '#867CAF'

red 134 ◦ green 124 ◦ blue 175

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

Shades of Deluge #867CAF

Tints of Deluge #867CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 30.95%
G = 28.64%
B = 40.42%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#867CAF (or 0x867CAF) is known color: Deluge. HEX triplet: 86, 7C and AF. RGB value is (134,124,175). Sum of RGB (Red+Green+Blue) = 134+124+175=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #867CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CAF is #798350. Grayscale: #848484. Windows color (decimal): -7963473 or 11500678. OLE color: 11500678.

HSL color Cylindrical-coordinate representation of color #867CAF: hue angle of 251.76º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867CAF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 124 175 -
CMYK 0.23 0.29 0 0.31
HSL 251.76º 0.24% 0.59% -
HSV(B) 251.76º 0.29% 0.69% -
XYZ 24.78 22.58 43.61 -
YUV 132.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 134 124 175 0.23 0.29 0 0.31 251.76 0.24 0.59
Hex 86 7C AF 17 1D 0 1F FC 18 3B
Octal 206 174 257 27 35 0 37 374 30 73
Binary 10000110 1111100 10101111 10111 11101 0 11111 11111100 11000 111011

Color Harmonies of #867CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CAF

Black with #867CAF

Text Example


Text Example

White with #867CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,175); }

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

background-color css

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

 a { background-color: rgb(134,124,175); }

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

border-color css

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

 span { border-color: rgb(134,124,175); }

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