#949DC7

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

Shades of Blue Bell #949DC7

Tints of Blue Bell #949DC7

Color information

#949DC7 (or 0x949DC7) is unknown color: approx Blue Bell. HEX triplet: 94, 9D and C7. RGB value is (148,157,199). Sum of RGB (Red+Green+Blue) = 148+157+199=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #949DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DC7 is #6B6238. Grayscale: #9E9E9E. Windows color (decimal): -7037497 or 13082004. OLE color: 13082004.

HSL color Cylindrical-coordinate representation of color #949DC7: hue angle of 229.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949DC7 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148157199-
CMYK0.260.2100.22
HSL229.41º31.29%68.04%-
HSV(B)229.41º25.63%78.04%-
XYZ34.5834.5358.88-
YUV159.1150.52120.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=29.37%
G=31.15%
B=39.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481571990.260.2100.22229.4131.2968.04
Hex949DC71A15016e51f44
Octal224235307322502634537104
Binary100101001001110111000111110101010101011011100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,157,199); }

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

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

 a { background-color: rgb(148,157,199); }

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

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

 span { border-color: rgb(148,157,199); }

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