#9495B3

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

Shades of Logan #9495B3

Tints of Logan #9495B3

Color information

#9495B3 (or 0x9495B3) is unknown color: approx Logan. HEX triplet: 94, 95 and B3. RGB value is (148,149,179). Sum of RGB (Red+Green+Blue) = 148+149+179=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #9495B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495B3 is #6B6A4C. Grayscale: #989898. Windows color (decimal): -7039565 or 11769236. OLE color: 11769236.

HSL color Cylindrical-coordinate representation of color #9495B3: hue angle of 238.06º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9495B3 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB148149179-
CMYK0.170.1700.30
HSL238.06º16.94%64.12%-
HSV(B)238.06º17.32%70.2%-
XYZ31.131.0547-
YUV152.12143.17125.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=31.09%
G=31.30%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481491790.170.1700.30238.0616.9464.12
Hex9495B3111101Eee1140
Octal224225263212103635621100
Binary100101001001010110110011100011000101111011101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9495B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9495B3; }

 p { color: rgb(148,149,179); }

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

<style>
 a { background-color: #9495B3; }

 a { background-color: rgb(148,149,179); }

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

<style>
 span { border-color: #9495B3; }

 span { border-color: rgb(148,149,179); }

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