#9992CA

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

Shades of Blue Bell #9992CA

Tints of Blue Bell #9992CA

Color information

#9992CA (or 0x9992CA) is unknown color: approx Blue Bell. HEX triplet: 99, 92 and CA. RGB value is (153,146,202). Sum of RGB (Red+Green+Blue) = 153+146+202=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9992CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992CA is #666D35. Grayscale: #9A9A9A. Windows color (decimal): -6712630 or 13275801. OLE color: 13275801.

HSL color Cylindrical-coordinate representation of color #9992CA: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9992CA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153146202-
CMYK0.240.2800.21
HSL247.5º34.57%68.24%-
HSV(B)247.5º27.72%79.22%-
XYZ34.0831.5960.18-
YUV154.48154.82126.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.54%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=30.54%
G=29.14%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531462020.240.2800.21247.534.5768.24
Hex9992CA181C015f82344
Octal231222312303402537043104
Binary1001100110010010110010101100011100010101111110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,146,202); }

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

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

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

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

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

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

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