#938FDC

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

Shades of Blue Bell #938FDC

Tints of Blue Bell #938FDC

Color information

#938FDC (or 0x938FDC) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and DC. RGB value is (147,143,220). Sum of RGB (Red+Green+Blue) = 147+143+220=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #938FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FDC is #6C7023. Grayscale: #989898. Windows color (decimal): -7106596 or 14454675. OLE color: 14454675.

HSL color Cylindrical-coordinate representation of color #938FDC: hue angle of 243.12º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938FDC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147143220-
CMYK0.330.3500.14
HSL243.12º52.38%71.18%-
HSV(B)243.12º35%86.27%-
XYZ34.7731.0271.86-
YUV152.97165.83123.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=28.82%
G=28.04%
B=43.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471432200.330.3500.14243.1252.3871.18
Hex938FDC21230Ef33447
Octal223217334414301636364107
Binary10010011100011111101110010000110001101110111100111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938FDC; }

 p { color: rgb(147,143,220); }

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

<style>
 a { background-color: #938FDC; }

 a { background-color: rgb(147,143,220); }

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

<style>
 span { border-color: #938FDC; }

 span { border-color: rgb(147,143,220); }

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