Html Css Color HEX #857BAD Deluge

📋 copy color: '#857BAD'

red 133 ◦ green 123 ◦ blue 173

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

Shades of Deluge #857BAD

Tints of Deluge #857BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

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

R = 31%
G = 28.67%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#857BAD (or 0x857BAD) is known color: Deluge. HEX triplet: 85, 7B and AD. RGB value is (133,123,173). Sum of RGB (Red+Green+Blue) = 133+123+173=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #857BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857BAD is #7A8452. Grayscale: #838383. Windows color (decimal): -8029267 or 11369349. OLE color: 11369349.

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

Color convert

RGB 133 123 173 -
CMYK 0.23 0.29 0 0.32
HSL 252º 0.23% 0.58% -
HSV(B) 252º 0.29% 0.68% -
XYZ 24.3 22.17 42.53 -
YUV 131.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 133 123 173 0.23 0.29 0 0.32 252 0.23 0.58
Hex 85 7B AD 17 1D 0 20 FC 17 3A
Octal 205 173 255 27 35 0 40 374 27 72
Binary 10000101 1111011 10101101 10111 11101 0 100000 11111100 10111 111010

Color Harmonies of #857BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BAD

Black with #857BAD

Text Example


Text Example

White with #857BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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