#969ABE

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

Shades of Blue Bell #969ABE

Tints of Blue Bell #969ABE

Color information

#969ABE (or 0x969ABE) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and BE. RGB value is (150,154,190). Sum of RGB (Red+Green+Blue) = 150+154+190=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #969ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABE is #696541. Grayscale: #9C9C9C. Windows color (decimal): -6907202 or 12491414. OLE color: 12491414.

HSL color Cylindrical-coordinate representation of color #969ABE: hue angle of 234º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969ABE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150154190-
CMYK0.210.1900.25
HSL234º23.53%66.67%-
HSV(B)234º21.05%74.51%-
XYZ33.4333.3153.38-
YUV156.91146.67123.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=30.36%
G=31.17%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501541900.210.1900.2523423.5366.67
Hex969ABE1513019ea1843
Octal226232276252303135230103
Binary100101101001101010111110101011001101100111101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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