#949BD1

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

Shades of Blue Bell #949BD1

Tints of Blue Bell #949BD1

Color information

#949BD1 (or 0x949BD1) is unknown color: approx Blue Bell. HEX triplet: 94, 9B and D1. RGB value is (148,155,209). Sum of RGB (Red+Green+Blue) = 148+155+209=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #949BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BD1 is #6B642E. Grayscale: #9E9E9E. Windows color (decimal): -7037999 or 13736852. OLE color: 13736852.

HSL color Cylindrical-coordinate representation of color #949BD1: hue angle of 233.11º degrees, saturation: 0.4, 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 #949BD1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148155209-
CMYK0.290.2600.18
HSL233.11º39.87%70%-
HSV(B)233.11º29.19%81.96%-
XYZ35.4434.3465.08-
YUV159.06156.18120.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=28.91%
G=30.27%
B=40.82%

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
Decimal1481552090.290.2600.18233.1139.8770
Hex949BD11D1A012e92846
Octal224233321353202235150106
Binary1001010010011011110100011110111010010010111010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,209); }

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

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

 a { background-color: rgb(148,155,209); }

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

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

 span { border-color: rgb(148,155,209); }

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