#959AB3

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

Shades of Logan #959AB3

Tints of Logan #959AB3

Color information

#959AB3 (or 0x959AB3) is unknown color: approx Logan. HEX triplet: 95, 9A and B3. RGB value is (149,154,179). Sum of RGB (Red+Green+Blue) = 149+154+179=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #959AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AB3 is #6A654C. Grayscale: #9B9B9B. Windows color (decimal): -6972749 or 11770517. OLE color: 11770517.

HSL color Cylindrical-coordinate representation of color #959AB3: hue angle of 230º degrees, saturation: 0.16, 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 #959AB3 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB149154179-
CMYK0.170.1400.30
HSL230º16.48%64.31%-
HSV(B)230º16.76%70.2%-
XYZ32.0932.7647.28-
YUV155.35141.34123.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=30.91%
G=31.95%
B=37.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491541790.170.1400.3023016.4864.31
Hex959AB311E01Ee61040
Octal225232263211603634620100
Binary10010101100110101011001110001111001111011100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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