#9388CC

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

Shades of Blue Bell #9388CC

Tints of Blue Bell #9388CC

Color information

#9388CC (or 0x9388CC) is unknown color: approx Blue Bell. HEX triplet: 93, 88 and CC. RGB value is (147,136,204). Sum of RGB (Red+Green+Blue) = 147+136+204=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9388CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388CC is #6C7733. Grayscale: #929292. Windows color (decimal): -7108404 or 13404307. OLE color: 13404307.

HSL color Cylindrical-coordinate representation of color #9388CC: hue angle of 249.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9388CC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147136204-
CMYK0.280.3300.2
HSL249.71º40%66.67%-
HSV(B)249.71º33.33%80%-
XYZ31.7428.1760.89-
YUV147.04160.14127.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=30.18%
G=27.93%
B=41.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471362040.280.3300.2249.714066.67
Hex9388CC1C21014fa2843
Octal223210314344102437250103
Binary10010011100010001100110011100100001010100111110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9388CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9388CC; }

 p { color: rgb(147,136,204); }

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

<style>
 a { background-color: #9388CC; }

 a { background-color: rgb(147,136,204); }

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

<style>
 span { border-color: #9388CC; }

 span { border-color: rgb(147,136,204); }

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