Html Css Color HEX #857FA2 Deluge

📋 copy color: '#857FA2'

red 133 ◦ green 127 ◦ blue 162

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

Shades of Deluge #857FA2

Tints of Deluge #857FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 31.52%
G = 30.09%
B = 38.39%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#857FA2 (or 0x857FA2) is known color: Deluge. HEX triplet: 85, 7F and A2. RGB value is (133,127,162). Sum of RGB (Red+Green+Blue) = 133+127+162=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #857FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FA2 is #7A805D. Grayscale: #848484. Windows color (decimal): -8028254 or 10649477. OLE color: 10649477.

HSL color Cylindrical-coordinate representation of color #857FA2: hue angle of 250.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857FA2 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 127 162 -
CMYK 0.18 0.22 0 0.36
HSL 250.29º 0.16% 0.57% -
HSV(B) 250.29º 0.22% 0.64% -
XYZ 23.78 22.77 37.32 -
YUV 132.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 133 127 162 0.18 0.22 0 0.36 250.29 0.16 0.57
Hex 85 7F A2 12 16 0 24 FA 10 39
Octal 205 177 242 22 26 0 44 372 20 71
Binary 10000101 1111111 10100010 10010 10110 0 100100 11111010 10000 111001

Color Harmonies of #857FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FA2

Black with #857FA2

Text Example


Text Example

White with #857FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,162); }

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

background-color css

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

 a { background-color: rgb(133,127,162); }

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

border-color css

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

 span { border-color: rgb(133,127,162); }

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