#949AD2

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

Shades of Blue Bell #949AD2

Tints of Blue Bell #949AD2

Color information

#949AD2 (or 0x949AD2) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and D2. RGB value is (148,154,210). Sum of RGB (Red+Green+Blue) = 148+154+210=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #949AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD2 is #6B652D. Grayscale: #9E9E9E. Windows color (decimal): -7038254 or 13802132. OLE color: 13802132.

HSL color Cylindrical-coordinate representation of color #949AD2: hue angle of 234.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949AD2 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148154210-
CMYK0.300.2700.18
HSL234.19º40.79%70.2%-
HSV(B)234.19º29.52%82.35%-
XYZ35.434.0665.68-
YUV158.59157.01120.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=28.91%
G=30.08%
B=41.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481542100.300.2700.18234.1940.7970.2
Hex949AD21E1B012ea2946
Octal224232322363302235251106
Binary1001010010011010110100101111011011010010111010101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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