#959ABD

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

Shades of Logan #959ABD

Tints of Logan #959ABD

Color information

#959ABD (or 0x959ABD) is unknown color: approx Logan. HEX triplet: 95, 9A and BD. RGB value is (149,154,189). Sum of RGB (Red+Green+Blue) = 149+154+189=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #959ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABD is #6A6542. Grayscale: #9C9C9C. Windows color (decimal): -6972739 or 12425877. OLE color: 12425877.

HSL color Cylindrical-coordinate representation of color #959ABD: 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 #959ABD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149154189-
CMYK0.210.1900.26
HSL232.5º23.26%66.27%-
HSV(B)232.5º21.16%74.12%-
XYZ33.1433.1752.8-
YUV156.49146.34122.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=30.28%
G=31.30%
B=38.41%

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
Decimal1491541890.210.1900.26232.523.2666.27
Hex959ABD151301Ae81742
Octal225232275252303235027102
Binary100101011001101010111101101011001101101011101000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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