#949DC9

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

Shades of Blue Bell #949DC9

Tints of Blue Bell #949DC9

Color information

#949DC9 (or 0x949DC9) is unknown color: approx Blue Bell. HEX triplet: 94, 9D and C9. RGB value is (148,157,201). Sum of RGB (Red+Green+Blue) = 148+157+201=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #949DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DC9 is #6B6236. Grayscale: #9F9F9F. Windows color (decimal): -7037495 or 13213076. OLE color: 13213076.

HSL color Cylindrical-coordinate representation of color #949DC9: hue angle of 229.81º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949DC9 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148157201-
CMYK0.260.2200.21
HSL229.81º32.92%68.43%-
HSV(B)229.81º26.37%78.82%-
XYZ34.8134.6360.11-
YUV159.32151.52119.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 201 (78.91% from 255) = 39.72%
R=29.25%
G=31.03%
B=39.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481572010.260.2200.21229.8132.9268.43
Hex949DC91A16015e62144
Octal224235311322602534641104
Binary1001010010011101110010011101010110010101111001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949DC9; }

 p { color: rgb(148,157,201); }

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

<style>
 a { background-color: #949DC9; }

 a { background-color: rgb(148,157,201); }

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

<style>
 span { border-color: #949DC9; }

 span { border-color: rgb(148,157,201); }

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