#9592cc

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

Shades of Blue Bell #9592CC

Tints of Blue Bell #9592CC

Color information

#9592CC (or 0x9592CC) is unknown color: approx Blue Bell. HEX triplet: 95, 92 and CC. RGB value is (149,146,204). Sum of RGB (Red+Green+Blue) = 149+146+204=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9592CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592CC is #6A6D33. Grayscale: #999999. Windows color (decimal): -6974772 or 13406869. OLE color: 13406869.

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

Color convert

RGB149146204-
CMYK0.270.2800.2
HSL243.1º36.25%68.63%-
HSV(B)243.1º28.43%80%-
XYZ33.5731.3161.4-
YUV153.51156.49124.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=29.86%
G=29.26%
B=40.88%

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
Decimal1491462040.270.2800.2243.136.2568.63
Hex9592CC1B1C014f32445
Octal225222314333402436344105
Binary1001010110010010110011001101111100010100111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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