#949AC2

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

Shades of Blue Bell #949AC2

Tints of Blue Bell #949AC2

Color information

#949AC2 (or 0x949AC2) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and C2. RGB value is (148,154,194). Sum of RGB (Red+Green+Blue) = 148+154+194=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #949AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC2 is #6B653D. Grayscale: #9C9C9C. Windows color (decimal): -7038270 or 12753556. OLE color: 12753556.

HSL color Cylindrical-coordinate representation of color #949AC2: hue angle of 232.17º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949AC2 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148154194-
CMYK0.240.2100.24
HSL232.17º27.38%67.06%-
HSV(B)232.17º23.71%76.08%-
XYZ33.5133.355.7-
YUV156.77149.01121.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=29.84%
G=31.05%
B=39.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481541940.240.2100.24232.1727.3867.06
Hex949AC21815018e81b43
Octal224232302302503035033103
Binary100101001001101011000010110001010101100011101000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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