Html Css Color HEX #857AAF Deluge

📋 copy color: '#857AAF'

red 133 ◦ green 122 ◦ blue 175

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

Shades of Deluge #857AAF

Tints of Deluge #857AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 30.93%
G = 28.37%
B = 40.7%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#857AAF (or 0x857AAF) is known color: Deluge. HEX triplet: 85, 7A and AF. RGB value is (133,122,175). Sum of RGB (Red+Green+Blue) = 133+122+175=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #857AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAF is #7A8550. Grayscale: #838383. Windows color (decimal): -8029521 or 11500165. OLE color: 11500165.

HSL color Cylindrical-coordinate representation of color #857AAF: hue angle of 252.45º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857AAF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 122 175 -
CMYK 0.24 0.30 0 0.31
HSL 252.45º 0.25% 0.58% -
HSV(B) 252.45º 0.3% 0.69% -
XYZ 24.37 22 43.52 -
YUV 131.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 133 122 175 0.24 0.30 0 0.31 252.45 0.25 0.58
Hex 85 7A AF 18 1E 0 1F FC 19 3A
Octal 205 172 257 30 36 0 37 374 31 72
Binary 10000101 1111010 10101111 11000 11110 0 11111 11111100 11001 111010

Color Harmonies of #857AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AAF

Black with #857AAF

Text Example


Text Example

White with #857AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,175); }

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

background-color css

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

 a { background-color: rgb(133,122,175); }

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

border-color css

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

 span { border-color: rgb(133,122,175); }

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