#9592CD

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

Shades of Blue Bell #9592CD

Tints of Blue Bell #9592CD

Color information

#9592CD (or 0x9592CD) is unknown color: approx Blue Bell. HEX triplet: 95, 92 and CD. RGB value is (149,146,205). Sum of RGB (Red+Green+Blue) = 149+146+205=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9592CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592CD is #6A6D32. Grayscale: #999999. Windows color (decimal): -6974771 or 13472405. OLE color: 13472405.

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

Color convert

RGB149146205-
CMYK0.270.2900.20
HSL243.05º37.11%68.82%-
HSV(B)243.05º28.78%80.39%-
XYZ33.6931.3662.03-
YUV153.62156.99124.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=29.8%
G=29.2%
B=41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491462050.270.2900.20243.0537.1168.82
Hex9592CD1B1D014f32545
Octal225222315333502436345105
Binary1001010110010010110011011101111101010100111100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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