#949AC4

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

Shades of Blue Bell #949AC4

Tints of Blue Bell #949AC4

Color information

#949AC4 (or 0x949AC4) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and C4. RGB value is (148,154,196). Sum of RGB (Red+Green+Blue) = 148+154+196=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 196 - color contains mainly: blue. Hex color #949AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC4 is #6B653B. Grayscale: #9C9C9C. Windows color (decimal): -7038268 or 12884628. OLE color: 12884628.

HSL color Cylindrical-coordinate representation of color #949AC4: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949AC4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148154196-
CMYK0.240.2100.23
HSL232.5º28.92%67.45%-
HSV(B)232.5º24.49%76.86%-
XYZ33.7333.3956.89-
YUV156.99150.01121.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 196 (76.95% from 255) = 39.36%
R=29.72%
G=30.92%
B=39.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481541960.240.2100.23232.528.9267.45
Hex949AC41815017e81d43
Octal224232304302502735035103
Binary100101001001101011000100110001010101011111101000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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