#938ACD

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

Shades of Blue Bell #938ACD

Tints of Blue Bell #938ACD

Color information

#938ACD (or 0x938ACD) is unknown color: approx Blue Bell. HEX triplet: 93, 8A and CD. RGB value is (147,138,205). Sum of RGB (Red+Green+Blue) = 147+138+205=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #938ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ACD is #6C7532. Grayscale: #949494. Windows color (decimal): -7107891 or 13470355. OLE color: 13470355.

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

Color convert

RGB147138205-
CMYK0.280.3300.20
HSL248.06º40.12%67.25%-
HSV(B)248.06º32.68%80.39%-
XYZ32.1428.7961.62-
YUV148.33159.98127.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=30%
G=28.16%
B=41.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471382050.280.3300.20248.0640.1267.25
Hex938ACD1C21014f82843
Octal223212315344102437050103
Binary10010011100010101100110111100100001010100111110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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