#969BBB

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

Shades of Logan #969BBB

Tints of Logan #969BBB

Color information

#969BBB (or 0x969BBB) is unknown color: approx Logan. HEX triplet: 96, 9B and BB. RGB value is (150,155,187). Sum of RGB (Red+Green+Blue) = 150+155+187=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #969BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BBB is #696444. Grayscale: #9D9D9D. Windows color (decimal): -6906949 or 12295062. OLE color: 12295062.

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

Color convert

RGB150155187-
CMYK0.200.1700.27
HSL231.89º21.39%66.08%-
HSV(B)231.89º19.79%73.33%-
XYZ33.2733.5151.73-
YUV157.15144.84122.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=30.49%
G=31.50%
B=38.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501551870.200.1700.27231.8921.3966.08
Hex969BBB141101Be81542
Octal226233273242103335025102
Binary100101101001101110111011101001000101101111101000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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