#9695CA

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

Shades of Blue Bell #9695CA

Tints of Blue Bell #9695CA

Color information

#9695CA (or 0x9695CA) is unknown color: approx Blue Bell. HEX triplet: 96, 95 and CA. RGB value is (150,149,202). Sum of RGB (Red+Green+Blue) = 150+149+202=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9695CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695CA is #696A35. Grayscale: #9B9B9B. Windows color (decimal): -6908470 or 13276566. OLE color: 13276566.

HSL color Cylindrical-coordinate representation of color #9695CA: hue angle of 241.13º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9695CA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150149202-
CMYK0.260.2600.21
HSL241.13º33.33%68.82%-
HSV(B)241.13º26.24%79.22%-
XYZ33.9932.2460.31-
YUV155.34154.33124.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=29.94%
G=29.74%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501492020.260.2600.21241.1333.3368.82
Hex9695CA1A1A015f12145
Octal226225312323202536141105
Binary1001011010010101110010101101011010010101111100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9695CA; }

 p { color: rgb(150,149,202); }

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

<style>
 a { background-color: #9695CA; }

 a { background-color: rgb(150,149,202); }

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

<style>
 span { border-color: #9695CA; }

 span { border-color: rgb(150,149,202); }

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