#969ABA

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

Shades of Logan #969ABA

Tints of Logan #969ABA

Color information

#969ABA (or 0x969ABA) is unknown color: approx Logan. HEX triplet: 96, 9A and BA. RGB value is (150,154,186). Sum of RGB (Red+Green+Blue) = 150+154+186=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #969ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABA is #696545. Grayscale: #9C9C9C. Windows color (decimal): -6907206 or 12229270. OLE color: 12229270.

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

Color convert

RGB150154186-
CMYK0.190.1700.27
HSL233.33º20.69%65.88%-
HSV(B)233.33º19.35%72.94%-
XYZ3333.1451.11-
YUV156.45144.67123.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=30.61%
G=31.43%
B=37.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501541860.190.1700.27233.3320.6965.88
Hex969ABA131101Be91542
Octal226232272232103335125102
Binary100101101001101010111010100111000101101111101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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