#949AD0

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

Shades of Blue Bell #949AD0

Tints of Blue Bell #949AD0

Color information

#949AD0 (or 0x949AD0) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and D0. RGB value is (148,154,208). Sum of RGB (Red+Green+Blue) = 148+154+208=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #949AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD0 is #6B652F. Grayscale: #9E9E9E. Windows color (decimal): -7038256 or 13671060. OLE color: 13671060.

HSL color Cylindrical-coordinate representation of color #949AD0: hue angle of 234º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949AD0 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148154208-
CMYK0.290.2600.18
HSL234º38.96%69.8%-
HSV(B)234º28.85%81.57%-
XYZ35.1533.9664.38-
YUV158.36156.01120.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=29.02%
G=30.20%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481542080.290.2600.1823438.9669.8
Hex949AD01D1A012ea2746
Octal224232320353202235247106
Binary1001010010011010110100001110111010010010111010101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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