#9494CA

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

Shades of Blue Bell #9494CA

Tints of Blue Bell #9494CA

Color information

#9494CA (or 0x9494CA) is unknown color: approx Blue Bell. HEX triplet: 94, 94 and CA. RGB value is (148,148,202). Sum of RGB (Red+Green+Blue) = 148+148+202=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #9494CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494CA is #6B6B35. Grayscale: #999999. Windows color (decimal): -7039798 or 13276308. OLE color: 13276308.

HSL color Cylindrical-coordinate representation of color #9494CA: hue angle of 240º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9494CA is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148148202-
CMYK0.270.2700.21
HSL240º33.75%68.63%-
HSV(B)240º26.73%79.22%-
XYZ33.4631.7460.24-
YUV154.16155123.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=29.72%
G=29.72%
B=40.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481482020.270.2700.2124033.7568.63
Hex9494CA1B1B015f02245
Octal224224312333302536042105
Binary1001010010010100110010101101111011010101111100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9494CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,148,202); }

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

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

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

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

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

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

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