#9993CD

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

Shades of Blue Bell #9993CD

Tints of Blue Bell #9993CD

Color information

#9993CD (or 0x9993CD) is unknown color: approx Blue Bell. HEX triplet: 99, 93 and CD. RGB value is (153,147,205). Sum of RGB (Red+Green+Blue) = 153+147+205=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #9993CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993CD is #666C32. Grayscale: #9B9B9B. Windows color (decimal): -6712371 or 13472665. OLE color: 13472665.

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

Color convert

RGB153147205-
CMYK0.250.2800.20
HSL246.21º36.71%69.02%-
HSV(B)246.21º28.29%80.39%-
XYZ34.5932.0562.12-
YUV155.41155.99126.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=30.30%
G=29.11%
B=40.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531472050.250.2800.20246.2136.7169.02
Hex9993CD191C014f62545
Octal231223315313402436645105
Binary1001100110010011110011011100111100010100111101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,147,205); }

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

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

 a { background-color: rgb(153,147,205); }

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

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

 span { border-color: rgb(153,147,205); }

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