#9795CB

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

Shades of Blue Bell #9795CB

Tints of Blue Bell #9795CB

Color information

#9795CB (or 0x9795CB) is unknown color: approx Blue Bell. HEX triplet: 97, 95 and CB. RGB value is (151,149,203). Sum of RGB (Red+Green+Blue) = 151+149+203=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9795CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795CB is #686A34. Grayscale: #9B9B9B. Windows color (decimal): -6842933 or 13342103. OLE color: 13342103.

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

Color convert

RGB151149203-
CMYK0.260.2700.20
HSL242.22º34.18%69.02%-
HSV(B)242.22º26.6%79.61%-
XYZ34.2932.3960.94-
YUV155.75154.66124.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=30.02%
G=29.62%
B=40.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511492030.260.2700.20242.2234.1869.02
Hex9795CB1A1B014f22245
Octal227225313323302436242105
Binary1001011110010101110010111101011011010100111100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9795CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9795CB; }

 p { color: rgb(151,149,203); }

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

<style>
 a { background-color: #9795CB; }

 a { background-color: rgb(151,149,203); }

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

<style>
 span { border-color: #9795CB; }

 span { border-color: rgb(151,149,203); }

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