#9498B0

Color #9498B0 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #9498B0

Tints of Manatee #9498B0

Color information

#9498B0 (or 0x9498B0) is unknown color: approx Manatee. HEX triplet: 94, 98 and B0. RGB value is (148,152,176). Sum of RGB (Red+Green+Blue) = 148+152+176=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #9498B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498B0 is #6B674F. Grayscale: #999999. Windows color (decimal): -7038800 or 11573396. OLE color: 11573396.

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

Color convert

RGB148152176-
CMYK0.160.1400.31
HSL231.43º15.05%63.53%-
HSV(B)231.43º15.91%69.02%-
XYZ31.2831.8945.58-
YUV153.54140.67124.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=31.09%
G=31.93%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481521760.160.1400.31231.4315.0563.53
Hex9498B010E01Fe7f40
Octal224230260201603734717100
Binary1001010010011000101100001000011100111111110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9498B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9498B0;
 }
 .AnyTagClassName
 {
   color: #9498B0;
 }
</style>
background-color css

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

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

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

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

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

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