Html Css Color HEX #857FAE Deluge

📋 copy color: '#857FAE'

red 133 ◦ green 127 ◦ blue 174

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

Shades of Deluge #857FAE

Tints of Deluge #857FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

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

R = 30.65%
G = 29.26%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#857FAE (or 0x857FAE) is known color: Deluge. HEX triplet: 85, 7F and AE. RGB value is (133,127,174). Sum of RGB (Red+Green+Blue) = 133+127+174=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #857FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FAE is #7A8051. Grayscale: #858585. Windows color (decimal): -8028242 or 11435909. OLE color: 11435909.

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

Color convert

RGB 133 127 174 -
CMYK 0.24 0.27 0 0.32
HSL 247.66º 0.22% 0.59% -
HSV(B) 247.66º 0.27% 0.68% -
XYZ 24.9 23.22 43.21 -
YUV 134.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 133 127 174 0.24 0.27 0 0.32 247.66 0.22 0.59
Hex 85 7F AE 18 1B 0 20 F8 16 3B
Octal 205 177 256 30 33 0 40 370 26 73
Binary 10000101 1111111 10101110 11000 11011 0 100000 11111000 10110 111011

Color Harmonies of #857FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FAE

Black with #857FAE

Text Example


Text Example

White with #857FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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