#9594CD

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

Shades of Blue Bell #9594CD

Tints of Blue Bell #9594CD

Color information

#9594CD (or 0x9594CD) is unknown color: approx Blue Bell. HEX triplet: 95, 94 and CD. RGB value is (149,148,205). Sum of RGB (Red+Green+Blue) = 149+148+205=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9594CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594CD is #6A6B32. Grayscale: #9A9A9A. Windows color (decimal): -6974259 or 13472917. OLE color: 13472917.

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

Color convert

RGB149148205-
CMYK0.270.2800.20
HSL241.05º36.31%69.22%-
HSV(B)241.05º27.8%80.39%-
XYZ3431.9862.14-
YUV154.8156.33123.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=29.68%
G=29.48%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491482050.270.2800.20241.0536.3169.22
Hex9594CD1B1C014f12445
Octal225224315333402436144105
Binary1001010110010100110011011101111100010100111100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9594CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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