#938ADC

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

Shades of Blue Bell #938ADC

Tints of Blue Bell #938ADC

Color information

#938ADC (or 0x938ADC) is unknown color: approx Blue Bell. HEX triplet: 93, 8A and DC. RGB value is (147,138,220). Sum of RGB (Red+Green+Blue) = 147+138+220=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #938ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ADC is #6C7523. Grayscale: #959595. Windows color (decimal): -7107876 or 14453395. OLE color: 14453395.

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

Color convert

RGB147138220-
CMYK0.330.3700.14
HSL246.59º53.95%70.2%-
HSV(B)246.59º37.27%86.27%-
XYZ34.0429.5571.62-
YUV150.04167.48125.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=29.11%
G=27.33%
B=43.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471382200.330.3700.14246.5953.9570.2
Hex938ADC21250Ef73646
Octal223212334414501636766106
Binary10010011100010101101110010000110010101110111101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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