Html Css Color HEX #858AAD Manatee

📋 copy color: '#858AAD'

red 133 ◦ green 138 ◦ blue 173

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

Shades of Manatee #858AAD

Tints of Manatee #858AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 29.95%
G = 31.08%
B = 38.96%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#858AAD (or 0x858AAD) is known color: Manatee. HEX triplet: 85, 8A and AD. RGB value is (133,138,173). Sum of RGB (Red+Green+Blue) = 133+138+173=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #858AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAD is #7A7552. Grayscale: #8C8C8C. Windows color (decimal): -8025427 or 11373189. OLE color: 11373189.

HSL color Cylindrical-coordinate representation of color #858AAD: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858AAD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 138 173 -
CMYK 0.23 0.20 0 0.32
HSL 232.5º 0.2% 0.6% -
HSV(B) 232.5º 0.23% 0.68% -
XYZ 26.3 26.18 43.2 -
YUV 140.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 133 138 173 0.23 0.20 0 0.32 232.5 0.2 0.6
Hex 85 8A AD 17 14 0 20 E8 14 3C
Octal 205 212 255 27 24 0 40 350 24 74
Binary 10000101 10001010 10101101 10111 10100 0 100000 11101000 10100 111100

Color Harmonies of #858AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AAD

Black with #858AAD

Text Example


Text Example

White with #858AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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