#959ABA

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

Shades of Logan #959ABA

Tints of Logan #959ABA

Color information

#959ABA (or 0x959ABA) is unknown color: approx Logan. HEX triplet: 95, 9A and BA. RGB value is (149,154,186). Sum of RGB (Red+Green+Blue) = 149+154+186=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #959ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABA is #6A6545. Grayscale: #9C9C9C. Windows color (decimal): -6972742 or 12229269. OLE color: 12229269.

HSL color Cylindrical-coordinate representation of color #959ABA: hue angle of 231.89º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959ABA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149154186-
CMYK0.200.1700.27
HSL231.89º21.14%65.69%-
HSV(B)231.89º19.89%72.94%-
XYZ32.8133.0551.1-
YUV156.15144.84122.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=30.47%
G=31.49%
B=38.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491541860.200.1700.27231.8921.1465.69
Hex959ABA141101Be81542
Octal225232272242103335025102
Binary100101011001101010111010101001000101101111101000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959ABA; }

 p { color: rgb(149,154,186); }

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

<style>
 a { background-color: #959ABA; }

 a { background-color: rgb(149,154,186); }

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

<style>
 span { border-color: #959ABA; }

 span { border-color: rgb(149,154,186); }

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