#949ACD

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

Shades of Blue Bell #949ACD

Tints of Blue Bell #949ACD

Color information

#949ACD (or 0x949ACD) is unknown color: approx Blue Bell. HEX triplet: 94, 9A and CD. RGB value is (148,154,205). Sum of RGB (Red+Green+Blue) = 148+154+205=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #949ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACD is #6B6532. Grayscale: #9D9D9D. Windows color (decimal): -7038259 or 13474452. OLE color: 13474452.

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

Color convert

RGB148154205-
CMYK0.280.2500.20
HSL233.68º36.31%69.22%-
HSV(B)233.68º27.8%80.39%-
XYZ34.7933.8162.45-
YUV158.02154.51120.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=29.19%
G=30.37%
B=40.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481542050.280.2500.20233.6836.3169.22
Hex949ACD1C19014ea2445
Octal224232315343102435244105
Binary1001010010011010110011011110011001010100111010101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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