Html Css Color HEX #867DAA Deluge

📋 copy color: '#867DAA'

red 134 ◦ green 125 ◦ blue 170

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

Shades of Deluge #867DAA

Tints of Deluge #867DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 31.24%
G = 29.14%
B = 39.63%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#867DAA (or 0x867DAA) is known color: Deluge. HEX triplet: 86, 7D and AA. RGB value is (134,125,170). Sum of RGB (Red+Green+Blue) = 134+125+170=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #867DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAA is #798255. Grayscale: #848484. Windows color (decimal): -7963222 or 11173254. OLE color: 11173254.

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

Color convert

RGB 134 125 170 -
CMYK 0.21 0.26 0 0.33
HSL 252º 0.21% 0.58% -
HSV(B) 252º 0.26% 0.67% -
XYZ 24.42 22.64 41.11 -
YUV 132.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 134 125 170 0.21 0.26 0 0.33 252 0.21 0.58
Hex 86 7D AA 15 1A 0 21 FC 15 3A
Octal 206 175 252 25 32 0 41 374 25 72
Binary 10000110 1111101 10101010 10101 11010 0 100001 11111100 10101 111010

Color Harmonies of #867DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DAA

Black with #867DAA

Text Example


Text Example

White with #867DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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