Html Css Color HEX #857AB3 Deluge

📋 copy color: '#857AB3'

red 133 ◦ green 122 ◦ blue 179

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

Shades of Deluge #857AB3

Tints of Deluge #857AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 30.65%
G = 28.11%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#857AB3 (or 0x857AB3) is known color: Deluge. HEX triplet: 85, 7A and B3. RGB value is (133,122,179). Sum of RGB (Red+Green+Blue) = 133+122+179=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #857AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AB3 is #7A854C. Grayscale: #838383. Windows color (decimal): -8029517 or 11762309. OLE color: 11762309.

HSL color Cylindrical-coordinate representation of color #857AB3: hue angle of 251.58º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857AB3 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 122 179 -
CMYK 0.26 0.32 0 0.30
HSL 251.58º 0.27% 0.59% -
HSV(B) 251.58º 0.32% 0.7% -
XYZ 24.77 22.16 45.62 -
YUV 131.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 133 122 179 0.26 0.32 0 0.30 251.58 0.27 0.59
Hex 85 7A B3 1A 20 0 1E FC 1B 3B
Octal 205 172 263 32 40 0 36 374 33 73
Binary 10000101 1111010 10110011 11010 100000 0 11110 11111100 11011 111011

Color Harmonies of #857AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AB3

Black with #857AB3

Text Example


Text Example

White with #857AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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