#9494CD

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

Shades of Blue Bell #9494CD

Tints of Blue Bell #9494CD

Color information

#9494CD (or 0x9494CD) is unknown color: approx Blue Bell. HEX triplet: 94, 94 and CD. RGB value is (148,148,205). Sum of RGB (Red+Green+Blue) = 148+148+205=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9494CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494CD is #6B6B32. Grayscale: #9A9A9A. Windows color (decimal): -7039795 or 13472916. OLE color: 13472916.

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

Color convert

RGB148148205-
CMYK0.280.2800.20
HSL240º36.31%69.22%-
HSV(B)240º27.8%80.39%-
XYZ33.8231.8862.13-
YUV154.5156.5123.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=29.54%
G=29.54%
B=40.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481482050.280.2800.2024036.3169.22
Hex9494CD1C1C014f02445
Octal224224315343402436044105
Binary1001010010010100110011011110011100010100111100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9494CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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