#9498BD

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

Shades of Logan #9498BD

Tints of Logan #9498BD

Color information

#9498BD (or 0x9498BD) is unknown color: approx Logan. HEX triplet: 94, 98 and BD. RGB value is (148,152,189). Sum of RGB (Red+Green+Blue) = 148+152+189=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #9498BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498BD is #6B6742. Grayscale: #9A9A9A. Windows color (decimal): -7038787 or 12425364. OLE color: 12425364.

HSL color Cylindrical-coordinate representation of color #9498BD: hue angle of 234.15º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9498BD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148152189-
CMYK0.220.2000.26
HSL234.15º23.7%66.08%-
HSV(B)234.15º21.69%74.12%-
XYZ32.6332.4352.68-
YUV155.02147.17122.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=30.27%
G=31.08%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481521890.220.2000.26234.1523.766.08
Hex9498BD161401Aea1842
Octal224230275262403235230102
Binary100101001001100010111101101101010001101011101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9498BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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