#969ACB

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

Shades of Blue Bell #969ACB

Tints of Blue Bell #969ACB

Color information

#969ACB (or 0x969ACB) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and CB. RGB value is (150,154,203). Sum of RGB (Red+Green+Blue) = 150+154+203=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #969ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ACB is #696534. Grayscale: #9E9E9E. Windows color (decimal): -6907189 or 13343382. OLE color: 13343382.

HSL color Cylindrical-coordinate representation of color #969ACB: hue angle of 235.47º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969ACB is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150154203-
CMYK0.260.2400.20
HSL235.47º33.76%69.22%-
HSV(B)235.47º26.11%79.61%-
XYZ34.9133.9161.2-
YUV158.39153.17122.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=29.59%
G=30.37%
B=40.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501542030.260.2400.20235.4733.7669.22
Hex969ACB1A18014eb2245
Octal226232313323002435342105
Binary1001011010011010110010111101011000010100111010111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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