#939ACD

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

Shades of Blue Bell #939ACD

Tints of Blue Bell #939ACD

Color information

#939ACD (or 0x939ACD) is unknown color: approx Blue Bell. HEX triplet: 93, 9A and CD. RGB value is (147,154,205). Sum of RGB (Red+Green+Blue) = 147+154+205=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #939ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ACD is #6C6532. Grayscale: #9D9D9D. Windows color (decimal): -7103795 or 13474451. OLE color: 13474451.

HSL color Cylindrical-coordinate representation of color #939ACD: hue angle of 232.76º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939ACD is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147154205-
CMYK0.280.2500.20
HSL232.76º36.71%69.02%-
HSV(B)232.76º28.29%80.39%-
XYZ34.6133.7262.44-
YUV157.72154.68120.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=29.05%
G=30.43%
B=40.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471542050.280.2500.20232.7636.7169.02
Hex939ACD1C19014e92545
Octal223232315343102435145105
Binary1001001110011010110011011110011001010100111010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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