Html Css Color HEX #867EA3 Deluge

📋 copy color: '#867EA3'

red 134 ◦ green 126 ◦ blue 163

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

Shades of Deluge #867EA3

Tints of Deluge #867EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 31.68%
G = 29.79%
B = 38.53%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#867EA3 (or 0x867EA3) is known color: Deluge. HEX triplet: 86, 7E and A3. RGB value is (134,126,163). Sum of RGB (Red+Green+Blue) = 134+126+163=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 163 - color contains mainly: blue. Hex color #867EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EA3 is #79815C. Grayscale: #848484. Windows color (decimal): -7962973 or 10714758. OLE color: 10714758.

HSL color Cylindrical-coordinate representation of color #867EA3: hue angle of 252.97º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867EA3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 126 163 -
CMYK 0.18 0.23 0 0.36
HSL 252.97º 0.17% 0.57% -
HSV(B) 252.97º 0.23% 0.64% -
XYZ 23.9 22.63 37.76 -
YUV 132.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 134 126 163 0.18 0.23 0 0.36 252.97 0.17 0.57
Hex 86 7E A3 12 17 0 24 FD 11 39
Octal 206 176 243 22 27 0 44 375 21 71
Binary 10000110 1111110 10100011 10010 10111 0 100100 11111101 10001 111001

Color Harmonies of #867EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EA3

Black with #867EA3

Text Example


Text Example

White with #867EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,126,163); }

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

background-color css

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

 a { background-color: rgb(134,126,163); }

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

border-color css

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

 span { border-color: rgb(134,126,163); }

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