#9795CA

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

Shades of Blue Bell #9795CA

Tints of Blue Bell #9795CA

Color information

#9795CA (or 0x9795CA) is unknown color: approx Blue Bell. HEX triplet: 97, 95 and CA. RGB value is (151,149,202). Sum of RGB (Red+Green+Blue) = 151+149+202=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #9795CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795CA is #686A35. Grayscale: #9B9B9B. Windows color (decimal): -6842934 or 13276567. OLE color: 13276567.

HSL color Cylindrical-coordinate representation of color #9795CA: hue angle of 242.26º 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 #9795CA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151149202-
CMYK0.250.2600.21
HSL242.26º33.33%68.82%-
HSV(B)242.26º26.24%79.22%-
XYZ34.1732.3460.32-
YUV155.64154.16124.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=30.08%
G=29.68%
B=40.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511492020.250.2600.21242.2633.3368.82
Hex9795CA191A015f22145
Octal227225312313202536241105
Binary1001011110010101110010101100111010010101111100101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9795CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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