#949AC6

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

Shades of Blue Bell #949AC6

Tints of Blue Bell #949AC6

Color information

#949AC6 (or 0x949AC6) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and C6. RGB value is (148,154,198). Sum of RGB (Red+Green+Blue) = 148+154+198=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #949AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC6 is #6B6539. Grayscale: #9D9D9D. Windows color (decimal): -7038266 or 13015700. OLE color: 13015700.

HSL color Cylindrical-coordinate representation of color #949AC6: hue angle of 232.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949AC6 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148154198-
CMYK0.250.2200.22
HSL232.8º30.49%67.84%-
HSV(B)232.8º25.25%77.65%-
XYZ33.9633.4858.1-
YUV157.22151.01121.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=29.6%
G=30.8%
B=39.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481541980.250.2200.22232.830.4967.84
Hex949AC61916016e91e44
Octal224232306312602635136104
Binary100101001001101011000110110011011001011011101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,154,198); }

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

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

 a { background-color: rgb(148,154,198); }

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

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

 span { border-color: rgb(148,154,198); }

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