#949ACC

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

Shades of Blue Bell #949ACC

Tints of Blue Bell #949ACC

Color information

#949ACC (or 0x949ACC) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and CC. RGB value is (148,154,204). Sum of RGB (Red+Green+Blue) = 148+154+204=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #949ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACC is #6B6533. Grayscale: #9D9D9D. Windows color (decimal): -7038260 or 13408916. OLE color: 13408916.

HSL color Cylindrical-coordinate representation of color #949ACC: hue angle of 233.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949ACC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148154204-
CMYK0.270.2500.2
HSL233.57º35.44%69.02%-
HSV(B)233.57º27.45%80%-
XYZ34.6733.7761.82-
YUV157.91154.01120.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=29.25%
G=30.43%
B=40.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481542040.270.2500.2233.5735.4469.02
Hex949ACC1B19014ea2345
Octal224232314333102435243105
Binary1001010010011010110011001101111001010100111010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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