Html Css Color HEX #858AAF Manatee

📋 copy color: '#858AAF'

red 133 ◦ green 138 ◦ blue 175

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

Shades of Manatee #858AAF

Tints of Manatee #858AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

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

R = 29.82%
G = 30.94%
B = 39.24%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#858AAF (or 0x858AAF) is known color: Manatee. HEX triplet: 85, 8A and AF. RGB value is (133,138,175). Sum of RGB (Red+Green+Blue) = 133+138+175=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #858AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAF is #7A7550. Grayscale: #8C8C8C. Windows color (decimal): -8025425 or 11504261. OLE color: 11504261.

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

Color convert

RGB 133 138 175 -
CMYK 0.24 0.21 0 0.31
HSL 232.86º 0.21% 0.6% -
HSV(B) 232.86º 0.24% 0.69% -
XYZ 26.5 26.26 44.23 -
YUV 140.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 133 138 175 0.24 0.21 0 0.31 232.86 0.21 0.6
Hex 85 8A AF 18 15 0 1F E9 15 3C
Octal 205 212 257 30 25 0 37 351 25 74
Binary 10000101 10001010 10101111 11000 10101 0 11111 11101001 10101 111100

Color Harmonies of #858AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AAF

Black with #858AAF

Text Example


Text Example

White with #858AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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