#949DC6

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

Shades of Blue Bell #949DC6

Tints of Blue Bell #949DC6

Color information

#949DC6 (or 0x949DC6) is unknown color: approx Blue Bell. HEX triplet: 94, 9D and C6. RGB value is (148,157,198). Sum of RGB (Red+Green+Blue) = 148+157+198=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #949DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DC6 is #6B6239. Grayscale: #9E9E9E. Windows color (decimal): -7037498 or 13016468. OLE color: 13016468.

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

Color convert

RGB148157198-
CMYK0.250.2100.22
HSL229.2º30.49%67.84%-
HSV(B)229.2º25.25%77.65%-
XYZ34.4634.4958.27-
YUV158.98150.02120.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=29.42%
G=31.21%
B=39.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481571980.250.2100.22229.230.4967.84
Hex949DC61915016e51e44
Octal224235306312502634536104
Binary100101001001110111000110110011010101011011100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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