#969AB2

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

Shades of Logan #969AB2

Tints of Logan #969AB2

Color information

#969AB2 (or 0x969AB2) is unknown color: approx Logan. HEX triplet: 96, 9A and B2. RGB value is (150,154,178). Sum of RGB (Red+Green+Blue) = 150+154+178=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 178 - color contains mainly: blue. Hex color #969AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AB2 is #69654D. Grayscale: #9B9B9B. Windows color (decimal): -6907214 or 11704982. OLE color: 11704982.

HSL color Cylindrical-coordinate representation of color #969AB2: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #969AB2 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150154178-
CMYK0.160.1300.30
HSL231.43º15.38%64.31%-
HSV(B)231.43º15.73%69.8%-
XYZ32.1732.8146.76-
YUV155.54140.67124.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=31.12%
G=31.95%
B=36.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501541780.160.1300.30231.4315.3864.31
Hex969AB210D01Ee7f40
Octal226232262201503634717100
Binary1001011010011010101100101000011010111101110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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