Html Css Color HEX #857EAD Deluge

📋 copy color: '#857EAD'

red 133 ◦ green 126 ◦ blue 173

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

Shades of Deluge #857EAD

Tints of Deluge #857EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 30.79%
G = 29.17%
B = 40.05%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#857EAD (or 0x857EAD) is known color: Deluge. HEX triplet: 85, 7E and AD. RGB value is (133,126,173). Sum of RGB (Red+Green+Blue) = 133+126+173=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #857EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAD is #7A8152. Grayscale: #858585. Windows color (decimal): -8028499 or 11370117. OLE color: 11370117.

HSL color Cylindrical-coordinate representation of color #857EAD: hue angle of 248.94º 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 #857EAD is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 126 173 -
CMYK 0.23 0.27 0 0.32
HSL 248.94º 0.22% 0.59% -
HSV(B) 248.94º 0.27% 0.68% -
XYZ 24.68 22.93 42.66 -
YUV 133.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 133 126 173 0.23 0.27 0 0.32 248.94 0.22 0.59
Hex 85 7E AD 17 1B 0 20 F9 16 3B
Octal 205 176 255 27 33 0 40 371 26 73
Binary 10000101 1111110 10101101 10111 11011 0 100000 11111001 10110 111011

Color Harmonies of #857EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EAD

Black with #857EAD

Text Example


Text Example

White with #857EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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