#9A95CA

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

Shades of Blue Bell #9A95CA

Tints of Blue Bell #9A95CA

Color information

#9A95CA (or 0x9A95CA) is unknown color: approx Blue Bell. HEX triplet: 9A, 95 and CA. RGB value is (154,149,202). Sum of RGB (Red+Green+Blue) = 154+149+202=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A95CA is #656A35. Grayscale: #9C9C9C. Windows color (decimal): -6646326 or 13276570. OLE color: 13276570.

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

Color convert

RGB154149202-
CMYK0.240.2600.21
HSL245.66º33.33%68.82%-
HSV(B)245.66º26.24%79.22%-
XYZ34.7332.6360.34-
YUV156.54153.66126.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 202 (79.30% from 255) = 40%
R=30.50%
G=29.50%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541492020.240.2600.21245.6633.3368.82
Hex9A95CA181A015f62145
Octal232225312303202536641105
Binary1001101010010101110010101100011010010101111101101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A95CA; }

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

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

<style>
 a { background-color: #9A95CA; }

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

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

<style>
 span { border-color: #9A95CA; }

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

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