#9495CC

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

Shades of Blue Bell #9495CC

Tints of Blue Bell #9495CC

Color information

#9495CC (or 0x9495CC) is unknown color: approx Blue Bell. HEX triplet: 94, 95 and CC. RGB value is (148,149,204). Sum of RGB (Red+Green+Blue) = 148+149+204=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9495CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495CC is #6B6A33. Grayscale: #9A9A9A. Windows color (decimal): -7039540 or 13407636. OLE color: 13407636.

HSL color Cylindrical-coordinate representation of color #9495CC: hue angle of 238.93º degrees, saturation: 0.35, 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 #9495CC is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148149204-
CMYK0.270.2700.2
HSL238.93º35.44%69.02%-
HSV(B)238.93º27.45%80%-
XYZ33.8632.1561.55-
YUV154.97155.67123.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=29.54%
G=29.74%
B=40.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481492040.270.2700.2238.9335.4469.02
Hex9495CC1B1B014ef2345
Octal224225314333302435743105
Binary1001010010010101110011001101111011010100111011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9495CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9495CC; }

 p { color: rgb(148,149,204); }

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

<style>
 a { background-color: #9495CC; }

 a { background-color: rgb(148,149,204); }

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

<style>
 span { border-color: #9495CC; }

 span { border-color: rgb(148,149,204); }

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