#969FCD

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

Shades of Blue Bell #969FCD

Tints of Blue Bell #969FCD

Color information

#969FCD (or 0x969FCD) is unknown color: approx Blue Bell. HEX triplet: 96, 9F and CD. RGB value is (150,159,205). Sum of RGB (Red+Green+Blue) = 150+159+205=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #969FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FCD is #696032. Grayscale: #A1A1A1. Windows color (decimal): -6905907 or 13475734. OLE color: 13475734.

HSL color Cylindrical-coordinate representation of color #969FCD: hue angle of 230.18º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #969FCD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150159205-
CMYK0.270.2200.20
HSL230.18º35.48%69.61%-
HSV(B)230.18º26.83%80.39%-
XYZ3635.6962.75-
YUV161.55152.52119.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=29.18%
G=30.93%
B=39.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501592050.270.2200.20230.1835.4869.61
Hex969FCD1B16014e62346
Octal226237315332602434643106
Binary1001011010011111110011011101110110010100111001101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,205); }

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

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

 a { background-color: rgb(150,159,205); }

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

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

 span { border-color: rgb(150,159,205); }

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