Html Css Color HEX #857EAB Deluge

📋 copy color: '#857EAB'

red 133 ◦ green 126 ◦ blue 171

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

Shades of Deluge #857EAB

Tints of Deluge #857EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 30.93%
G = 29.3%
B = 39.77%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#857EAB (or 0x857EAB) is known color: Deluge. HEX triplet: 85, 7E and AB. RGB value is (133,126,171). Sum of RGB (Red+Green+Blue) = 133+126+171=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #857EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAB is #7A8154. Grayscale: #858585. Windows color (decimal): -8028501 or 11239045. OLE color: 11239045.

HSL color Cylindrical-coordinate representation of color #857EAB: hue angle of 249.33º 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 #857EAB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 126 171 -
CMYK 0.22 0.26 0 0.33
HSL 249.33º 0.21% 0.58% -
HSV(B) 249.33º 0.26% 0.67% -
XYZ 24.48 22.85 41.65 -
YUV 133.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 133 126 171 0.22 0.26 0 0.33 249.33 0.21 0.58
Hex 85 7E AB 16 1A 0 21 F9 15 3A
Octal 205 176 253 26 32 0 41 371 25 72
Binary 10000101 1111110 10101011 10110 11010 0 100001 11111001 10101 111010

Color Harmonies of #857EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EAB

Black with #857EAB

Text Example


Text Example

White with #857EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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