#9895CA

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

Shades of Blue Bell #9895CA

Tints of Blue Bell #9895CA

Color information

#9895CA (or 0x9895CA) is unknown color: approx Blue Bell. HEX triplet: 98, 95 and CA. RGB value is (152,149,202). Sum of RGB (Red+Green+Blue) = 152+149+202=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #9895CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895CA is #676A35. Grayscale: #9B9B9B. Windows color (decimal): -6777398 or 13276568. OLE color: 13276568.

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

Color convert

RGB152149202-
CMYK0.250.2600.21
HSL243.4º33.33%68.82%-
HSV(B)243.4º26.24%79.22%-
XYZ34.3632.4360.33-
YUV155.94153.99125.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=30.22%
G=29.62%
B=40.16%

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
Decimal1521492020.250.2600.21243.433.3368.82
Hex9895CA191A015f32145
Octal230225312313202536341105
Binary1001100010010101110010101100111010010101111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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