#949BCD

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

Shades of Blue Bell #949BCD

Tints of Blue Bell #949BCD

Color information

#949BCD (or 0x949BCD) is unknown color: approx Blue Bell. HEX triplet: 94, 9B and CD. RGB value is (148,155,205). Sum of RGB (Red+Green+Blue) = 148+155+205=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #949BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCD is #6B6432. Grayscale: #9E9E9E. Windows color (decimal): -7038003 or 13474708. OLE color: 13474708.

HSL color Cylindrical-coordinate representation of color #949BCD: hue angle of 232.63º 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 #949BCD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148155205-
CMYK0.280.2400.20
HSL232.63º36.31%69.22%-
HSV(B)232.63º27.8%80.39%-
XYZ34.9534.1562.51-
YUV158.61154.18120.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=29.13%
G=30.51%
B=40.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481552050.280.2400.20232.6336.3169.22
Hex949BCD1C18014e92445
Octal224233315343002435144105
Binary1001010010011011110011011110011000010100111010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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