#9690CF

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

Shades of Blue Bell #9690CF

Tints of Blue Bell #9690CF

Color information

#9690CF (or 0x9690CF) is unknown color: approx Blue Bell. HEX triplet: 96, 90 and CF. RGB value is (150,144,207). Sum of RGB (Red+Green+Blue) = 150+144+207=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #9690CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690CF is #696F30. Grayscale: #989898. Windows color (decimal): -6909745 or 13602966. OLE color: 13602966.

HSL color Cylindrical-coordinate representation of color #9690CF: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9690CF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150144207-
CMYK0.280.3000.19
HSL245.71º39.62%68.82%-
HSV(B)245.71º30.43%81.18%-
XYZ33.8130.9463.22-
YUV152.98158.49125.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=29.94%
G=28.74%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501442070.280.3000.19245.7139.6268.82
Hex9690CF1C1E013f62845
Octal226220317343602336650105
Binary1001011010010000110011111110011110010011111101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690CF; }

 p { color: rgb(150,144,207); }

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

<style>
 a { background-color: #9690CF; }

 a { background-color: rgb(150,144,207); }

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

<style>
 span { border-color: #9690CF; }

 span { border-color: rgb(150,144,207); }

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