#969ABB

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

Shades of Logan #969ABB

Tints of Logan #969ABB

Color information

#969ABB (or 0x969ABB) is unknown color: approx Logan. HEX triplet: 96, 9A and BB. RGB value is (150,154,187). Sum of RGB (Red+Green+Blue) = 150+154+187=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #969ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABB is #696544. Grayscale: #9C9C9C. Windows color (decimal): -6907205 or 12294806. OLE color: 12294806.

HSL color Cylindrical-coordinate representation of color #969ABB: hue angle of 233.51º 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 #969ABB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150154187-
CMYK0.200.1800.27
HSL233.51º21.39%66.08%-
HSV(B)233.51º19.79%73.33%-
XYZ33.133.1851.67-
YUV156.57145.17123.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=30.55%
G=31.36%
B=38.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501541870.200.1800.27233.5121.3966.08
Hex969ABB141201Bea1542
Octal226232273242203335225102
Binary100101101001101010111011101001001001101111101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969ABB; }

 p { color: rgb(150,154,187); }

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

<style>
 a { background-color: #969ABB; }

 a { background-color: rgb(150,154,187); }

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

<style>
 span { border-color: #969ABB; }

 span { border-color: rgb(150,154,187); }

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