#9492CC

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

Shades of Blue Bell #9492CC

Tints of Blue Bell #9492CC

Color information

#9492CC (or 0x9492CC) is unknown color: approx Blue Bell. HEX triplet: 94, 92 and CC. RGB value is (148,146,204). Sum of RGB (Red+Green+Blue) = 148+146+204=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9492CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492CC is #6B6D33. Grayscale: #989898. Windows color (decimal): -7040308 or 13406868. OLE color: 13406868.

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

Color convert

RGB148146204-
CMYK0.270.2800.2
HSL242.07º36.25%68.63%-
HSV(B)242.07º28.43%80%-
XYZ33.3931.2161.39-
YUV153.21156.66124.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=29.72%
G=29.32%
B=40.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481462040.270.2800.2242.0736.2568.63
Hex9492CC1B1C014f22445
Octal224222314333402436244105
Binary1001010010010010110011001101111100010100111100101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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