#9592CE

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

Shades of Blue Bell #9592CE

Tints of Blue Bell #9592CE

Color information

#9592CE (or 0x9592CE) is unknown color: approx Blue Bell. HEX triplet: 95, 92 and CE. RGB value is (149,146,206). Sum of RGB (Red+Green+Blue) = 149+146+206=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9592CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592CE is #6A6D31. Grayscale: #999999. Windows color (decimal): -6974770 or 13537941. OLE color: 13537941.

HSL color Cylindrical-coordinate representation of color #9592CE: hue angle of 243º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9592CE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149146206-
CMYK0.280.2900.19
HSL243º37.97%69.02%-
HSV(B)243º29.13%80.78%-
XYZ33.8131.462.67-
YUV153.74157.49124.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=29.74%
G=29.14%
B=41.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491462060.280.2900.1924337.9769.02
Hex9592CE1C1D013f32645
Octal225222316343502336346105
Binary1001010110010010110011101110011101010011111100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9592CE; }

 p { color: rgb(149,146,206); }

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

<style>
 a { background-color: #9592CE; }

 a { background-color: rgb(149,146,206); }

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

<style>
 span { border-color: #9592CE; }

 span { border-color: rgb(149,146,206); }

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