#969ABF

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

Shades of Blue Bell #969ABF

Tints of Blue Bell #969ABF

Color information

#969ABF (or 0x969ABF) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and BF. RGB value is (150,154,191). Sum of RGB (Red+Green+Blue) = 150+154+191=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #969ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABF is #696540. Grayscale: #9C9C9C. Windows color (decimal): -6907201 or 12556950. OLE color: 12556950.

HSL color Cylindrical-coordinate representation of color #969ABF: hue angle of 234.15º 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 #969ABF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150154191-
CMYK0.210.1900.25
HSL234.15º24.26%66.86%-
HSV(B)234.15º21.47%74.9%-
XYZ33.5433.3653.96-
YUV157.02147.17122.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 38.59%
R=30.30%
G=31.11%
B=38.59%

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
Decimal1501541910.210.1900.25234.1524.2666.86
Hex969ABF1513019ea1843
Octal226232277252303135230103
Binary100101101001101010111111101011001101100111101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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