Html Css Color HEX #9398B0 Manatee

📋 copy color: '#9398B0'

red 147 ◦ green 152 ◦ blue 176

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

Shades of Manatee #9398B0

Tints of Manatee #9398B0

RGB

 RED value IS 147 (57.81% from 255) = 30.95%

 GREEN value IS 152 (59.77% from 255) = 32%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 30.95%
G = 32%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9398B0 (or 0x9398B0) is known color: Manatee. HEX triplet: 93, 98 and B0. RGB value is (147,152,176). Sum of RGB (Red+Green+Blue) = 147+152+176=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 176 - color contains mainly: blue. Hex color #9398B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398B0 is #6C674F. Grayscale: #999999. Windows color (decimal): -7104336 or 11573395. OLE color: 11573395.

HSL color Cylindrical-coordinate representation of color #9398B0: hue angle of 229.66º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9398B0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 152 176 -
CMYK 0.16 0.14 0 0.31
HSL 229.66º 0.16% 0.63% -
HSV(B) 229.66º 0.16% 0.69% -
XYZ 31.1 31.79 45.57 -
YUV 153.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 147 152 176 0.16 0.14 0 0.31 229.66 0.16 0.63
Hex 93 98 B0 10 E 0 1F E6 10 3F
Octal 223 230 260 20 16 0 37 346 20 77
Binary 10010011 10011000 10110000 10000 1110 0 11111 11100110 10000 111111

Color Harmonies of #9398B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9398B0

Black with #9398B0

Text Example


Text Example

White with #9398B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9398B0; }

 p { color: rgb(147,152,176); }

 H1.HeaderClassName
 {
   color: #9398B0;
 }
 .AnyTagClassName
 {
   color: #9398B0;
 }
</style>

background-color css

<style>
 a { background-color: #9398B0; }

 a { background-color: rgb(147,152,176); }

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

border-color css

<style>
 span { border-color: #9398B0; }

 span { border-color: rgb(147,152,176); }

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