#949ABF

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

Shades of Blue Bell #949ABF

Tints of Blue Bell #949ABF

Color information

#949ABF (or 0x949ABF) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and BF. RGB value is (148,154,191). Sum of RGB (Red+Green+Blue) = 148+154+191=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #949ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABF is #6B6540. Grayscale: #9C9C9C. Windows color (decimal): -7038273 or 12556948. OLE color: 12556948.

HSL color Cylindrical-coordinate representation of color #949ABF: hue angle of 231.63º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949ABF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148154191-
CMYK0.230.1900.25
HSL231.63º25.15%66.47%-
HSV(B)231.63º22.51%74.9%-
XYZ33.1733.1753.94-
YUV156.42147.51121.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 191 (75% from 255) = 38.74%
R=30.02%
G=31.24%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481541910.230.1900.25231.6325.1566.47
Hex949ABF1713019e81942
Octal224232277272303135031102
Binary100101001001101010111111101111001101100111101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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