Html Css Color HEX #857DAD Deluge

📋 copy color: '#857DAD'

red 133 ◦ green 125 ◦ blue 173

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

Shades of Deluge #857DAD

Tints of Deluge #857DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

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

R = 30.86%
G = 29%
B = 40.14%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#857DAD (or 0x857DAD) is known color: Deluge. HEX triplet: 85, 7D and AD. RGB value is (133,125,173). Sum of RGB (Red+Green+Blue) = 133+125+173=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #857DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857DAD is #7A8252. Grayscale: #848484. Windows color (decimal): -8028755 or 11369861. OLE color: 11369861.

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

Color convert

RGB 133 125 173 -
CMYK 0.23 0.28 0 0.32
HSL 250º 0.23% 0.58% -
HSV(B) 250º 0.28% 0.68% -
XYZ 24.55 22.67 42.62 -
YUV 132.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 133 125 173 0.23 0.28 0 0.32 250 0.23 0.58
Hex 85 7D AD 17 1C 0 20 FA 17 3A
Octal 205 175 255 27 34 0 40 372 27 72
Binary 10000101 1111101 10101101 10111 11100 0 100000 11111010 10111 111010

Color Harmonies of #857DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DAD

Black with #857DAD

Text Example


Text Example

White with #857DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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