#938CCD

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

Shades of Blue Bell #938CCD

Tints of Blue Bell #938CCD

Color information

#938CCD (or 0x938CCD) is unknown color: approx Blue Bell. HEX triplet: 93, 8C and CD. RGB value is (147,140,205). Sum of RGB (Red+Green+Blue) = 147+140+205=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #938CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CCD is #6C7332. Grayscale: #959595. Windows color (decimal): -7107379 or 13470867. OLE color: 13470867.

HSL color Cylindrical-coordinate representation of color #938CCD: hue angle of 246.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938CCD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147140205-
CMYK0.280.3200.20
HSL246.46º39.39%67.65%-
HSV(B)246.46º31.71%80.39%-
XYZ32.4329.3761.72-
YUV149.5159.32126.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=29.88%
G=28.46%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471402050.280.3200.20246.4639.3967.65
Hex938CCD1C20014f62744
Octal223214315344002436647104
Binary10010011100011001100110111100100000010100111101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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