#959AB4

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

Shades of Logan #959AB4

Tints of Logan #959AB4

Color information

#959AB4 (or 0x959AB4) is unknown color: approx Logan. HEX triplet: 95, 9A and B4. RGB value is (149,154,180). Sum of RGB (Red+Green+Blue) = 149+154+180=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #959AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AB4 is #6A654B. Grayscale: #9B9B9B. Windows color (decimal): -6972748 or 11836053. OLE color: 11836053.

HSL color Cylindrical-coordinate representation of color #959AB4: hue angle of 230.32º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #959AB4 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB149154180-
CMYK0.170.1400.29
HSL230.32º17.13%64.51%-
HSV(B)230.32º17.22%70.59%-
XYZ32.1932.847.81-
YUV155.47141.84123.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=30.85%
G=31.88%
B=37.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491541800.170.1400.29230.3217.1364.51
Hex959AB411E01De61141
Octal225232264211603534621101
Binary10010101100110101011010010001111001110111100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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