#9499BC

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

Shades of Logan #9499BC

Tints of Logan #9499BC

Color information

#9499BC (or 0x9499BC) is unknown color: approx Logan. HEX triplet: 94, 99 and BC. RGB value is (148,153,188). Sum of RGB (Red+Green+Blue) = 148+153+188=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #9499BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499BC is #6B6643. Grayscale: #9B9B9B. Windows color (decimal): -7038532 or 12360084. OLE color: 12360084.

HSL color Cylindrical-coordinate representation of color #9499BC: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9499BC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148153188-
CMYK0.210.1900.26
HSL232.5º22.99%65.88%-
HSV(B)232.5º21.28%73.73%-
XYZ32.6832.7152.17-
YUV155.5146.34122.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=30.27%
G=31.29%
B=38.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481531880.210.1900.26232.522.9965.88
Hex9499BC151301Ae81742
Octal224231274252303235027102
Binary100101001001100110111100101011001101101011101000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9499BC; }

 p { color: rgb(148,153,188); }

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

<style>
 a { background-color: #9499BC; }

 a { background-color: rgb(148,153,188); }

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

<style>
 span { border-color: #9499BC; }

 span { border-color: rgb(148,153,188); }

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