Html Css Color HEX #867DA0 Deluge

📋 copy color: '#867DA0'

red 134 ◦ green 125 ◦ blue 160

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

Shades of Deluge #867DA0

Tints of Deluge #867DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 31.98%
G = 29.83%
B = 38.19%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#867DA0 (or 0x867DA0) is known color: Deluge. HEX triplet: 86, 7D and A0. RGB value is (134,125,160). Sum of RGB (Red+Green+Blue) = 134+125+160=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #867DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DA0 is #79825F. Grayscale: #838383. Windows color (decimal): -7963232 or 10517894. OLE color: 10517894.

HSL color Cylindrical-coordinate representation of color #867DA0: hue angle of 255.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867DA0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 125 160 -
CMYK 0.16 0.22 0 0.37
HSL 255.43º 0.16% 0.56% -
HSV(B) 255.43º 0.22% 0.63% -
XYZ 23.51 22.27 36.32 -
YUV 131.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 134 125 160 0.16 0.22 0 0.37 255.43 0.16 0.56
Hex 86 7D A0 10 16 0 25 FF 10 38
Octal 206 175 240 20 26 0 45 377 20 70
Binary 10000110 1111101 10100000 10000 10110 0 100101 11111111 10000 111000

Color Harmonies of #867DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DA0

Black with #867DA0

Text Example


Text Example

White with #867DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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