Html Css Color HEX #857EAE Deluge

📋 copy color: '#857EAE'

red 133 ◦ green 126 ◦ blue 174

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

Shades of Deluge #857EAE

Tints of Deluge #857EAE

RGB

 RED value IS 133 (52.34% from 255) = 30.72%

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 30.72%
G = 29.1%
B = 40.18%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#857EAE (or 0x857EAE) is known color: Deluge. HEX triplet: 85, 7E and AE. RGB value is (133,126,174). Sum of RGB (Red+Green+Blue) = 133+126+174=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #857EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAE is #7A8151. Grayscale: #858585. Windows color (decimal): -8028498 or 11435653. OLE color: 11435653.

HSL color Cylindrical-coordinate representation of color #857EAE: hue angle of 248.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857EAE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 126 174 -
CMYK 0.24 0.28 0 0.32
HSL 248.75º 0.23% 0.59% -
HSV(B) 248.75º 0.28% 0.68% -
XYZ 24.77 22.96 43.17 -
YUV 133.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 133 126 174 0.24 0.28 0 0.32 248.75 0.23 0.59
Hex 85 7E AE 18 1C 0 20 F9 17 3B
Octal 205 176 256 30 34 0 40 371 27 73
Binary 10000101 1111110 10101110 11000 11100 0 100000 11111001 10111 111011

Color Harmonies of #857EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EAE

Black with #857EAE

Text Example


Text Example

White with #857EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857EAE; }

 p { color: rgb(133,126,174); }

 H1.HeaderClassName
 {
   color: #857EAE;
 }
 .AnyTagClassName
 {
   color: #857EAE;
 }
</style>

background-color css

<style>
 a { background-color: #857EAE; }

 a { background-color: rgb(133,126,174); }

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

border-color css

<style>
 span { border-color: #857EAE; }

 span { border-color: rgb(133,126,174); }

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