Html Css Color HEX #857E9A Deluge

📋 copy color: '#857E9A'

red 133 ◦ green 126 ◦ blue 154

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

Shades of Deluge #857E9A

Tints of Deluge #857E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 32.2%
G = 30.51%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#857E9A (or 0x857E9A) is known color: Deluge. HEX triplet: 85, 7E and 9A. RGB value is (133,126,154). Sum of RGB (Red+Green+Blue) = 133+126+154=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #857E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E9A is #7A8165. Grayscale: #838383. Windows color (decimal): -8028518 or 10124933. OLE color: 10124933.

HSL color Cylindrical-coordinate representation of color #857E9A: hue angle of 255º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857E9A is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 126 154 -
CMYK 0.14 0.18 0 0.40
HSL 255º 0.12% 0.55% -
HSV(B) 255º 0.18% 0.6% -
XYZ 22.97 22.24 33.65 -
YUV 131.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 133 126 154 0.14 0.18 0 0.40 255 0.12 0.55
Hex 85 7E 9A E 12 0 28 FF C 37
Octal 205 176 232 16 22 0 50 377 14 67
Binary 10000101 1111110 10011010 1110 10010 0 101000 11111111 1100 110111

Color Harmonies of #857E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E9A

Black with #857E9A

Text Example


Text Example

White with #857E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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