#938FD8

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

Shades of Blue Bell #938FD8

Tints of Blue Bell #938FD8

Color information

#938FD8 (or 0x938FD8) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and D8. RGB value is (147,143,216). Sum of RGB (Red+Green+Blue) = 147+143+216=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #938FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FD8 is #6C7027. Grayscale: #989898. Windows color (decimal): -7106600 or 14192531. OLE color: 14192531.

HSL color Cylindrical-coordinate representation of color #938FD8: hue angle of 243.29º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938FD8 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147143216-
CMYK0.320.3400.15
HSL243.29º48.34%70.39%-
HSV(B)243.29º33.8%84.71%-
XYZ34.2530.8169.11-
YUV152.52163.83124.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=29.05%
G=28.26%
B=42.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471432160.320.3400.15243.2948.3470.39
Hex938FD820220Ff33046
Octal223217330404201736360106
Binary10010011100011111101100010000010001001111111100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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