#949CCD

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

Shades of Blue Bell #949CCD

Tints of Blue Bell #949CCD

Color information

#949CCD (or 0x949CCD) is unknown color: approx Blue Bell. HEX triplet: 94, 9C and CD. RGB value is (148,156,205). Sum of RGB (Red+Green+Blue) = 148+156+205=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #949CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CCD is #6B6332. Grayscale: #9E9E9E. Windows color (decimal): -7037747 or 13474964. OLE color: 13474964.

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

Color convert

RGB148156205-
CMYK0.280.2400.20
HSL231.58º36.31%69.22%-
HSV(B)231.58º27.8%80.39%-
XYZ35.1234.4862.56-
YUV159.19153.85120.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=29.08%
G=30.65%
B=40.28%

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
Decimal1481562050.280.2400.20231.5836.3169.22
Hex949CCD1C18014e82445
Octal224234315343002435044105
Binary1001010010011100110011011110011000010100111010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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