#949ACF

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

Shades of Blue Bell #949ACF

Tints of Blue Bell #949ACF

Color information

#949ACF (or 0x949ACF) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and CF. RGB value is (148,154,207). Sum of RGB (Red+Green+Blue) = 148+154+207=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #949ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACF is #6B6530. Grayscale: #9E9E9E. Windows color (decimal): -7038257 or 13605524. OLE color: 13605524.

HSL color Cylindrical-coordinate representation of color #949ACF: hue angle of 233.9º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949ACF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148154207-
CMYK0.290.2600.19
HSL233.9º38.06%69.61%-
HSV(B)233.9º28.5%81.18%-
XYZ35.0333.9163.73-
YUV158.25155.51120.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=29.08%
G=30.26%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481542070.290.2600.19233.938.0669.61
Hex949ACF1D1A013ea2646
Octal224232317353202335246106
Binary1001010010011010110011111110111010010011111010101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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