#948ECD

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

Shades of Blue Bell #948ECD

Tints of Blue Bell #948ECD

Color information

#948ECD (or 0x948ECD) is unknown color: approx Blue Bell. HEX triplet: 94, 8E and CD. RGB value is (148,142,205). Sum of RGB (Red+Green+Blue) = 148+142+205=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #948ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ECD is #6B7132. Grayscale: #969696. Windows color (decimal): -7041331 or 13471380. OLE color: 13471380.

HSL color Cylindrical-coordinate representation of color #948ECD: hue angle of 245.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948ECD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148142205-
CMYK0.280.3100.20
HSL245.71º38.65%68.04%-
HSV(B)245.71º30.73%80.39%-
XYZ32.9130.0561.82-
YUV150.98158.49125.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=29.90%
G=28.69%
B=41.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481422050.280.3100.20245.7138.6568.04
Hex948ECD1C1F014f62744
Octal224216315343702436647104
Binary1001010010001110110011011110011111010100111101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948ECD; }

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

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

<style>
 a { background-color: #948ECD; }

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

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

<style>
 span { border-color: #948ECD; }

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

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