#9690C9

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

Shades of Blue Bell #9690C9

Tints of Blue Bell #9690C9

Color information

#9690C9 (or 0x9690C9) is unknown color: approx Blue Bell. HEX triplet: 96, 90 and C9. RGB value is (150,144,201). Sum of RGB (Red+Green+Blue) = 150+144+201=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #9690C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690C9 is #696F36. Grayscale: #989898. Windows color (decimal): -6909751 or 13209750. OLE color: 13209750.

HSL color Cylindrical-coordinate representation of color #9690C9: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9690C9 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150144201-
CMYK0.250.2800.21
HSL246.32º34.55%67.65%-
HSV(B)246.32º28.36%78.82%-
XYZ33.0930.6559.43-
YUV152.29155.49126.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=30.30%
G=29.09%
B=40.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501442010.250.2800.21246.3234.5567.65
Hex9690C9191C015f62344
Octal226220311313402536643104
Binary1001011010010000110010011100111100010101111101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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