Html Css Color HEX #857FAC Deluge

📋 copy color: '#857FAC'

red 133 ◦ green 127 ◦ blue 172

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

Shades of Deluge #857FAC

Tints of Deluge #857FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 30.79%
G = 29.4%
B = 39.81%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#857FAC (or 0x857FAC) is known color: Deluge. HEX triplet: 85, 7F and AC. RGB value is (133,127,172). Sum of RGB (Red+Green+Blue) = 133+127+172=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #857FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FAC is #7A8053. Grayscale: #858585. Windows color (decimal): -8028244 or 11304837. OLE color: 11304837.

HSL color Cylindrical-coordinate representation of color #857FAC: hue angle of 248º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857FAC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 127 172 -
CMYK 0.23 0.26 0 0.33
HSL 248º 0.21% 0.59% -
HSV(B) 248º 0.26% 0.67% -
XYZ 24.71 23.14 42.19 -
YUV 133.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 133 127 172 0.23 0.26 0 0.33 248 0.21 0.59
Hex 85 7F AC 17 1A 0 21 F8 15 3B
Octal 205 177 254 27 32 0 41 370 25 73
Binary 10000101 1111111 10101100 10111 11010 0 100001 11111000 10101 111011

Color Harmonies of #857FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FAC

Black with #857FAC

Text Example


Text Example

White with #857FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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