#948CCD

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

Shades of Blue Bell #948CCD

Tints of Blue Bell #948CCD

Color information

#948CCD (or 0x948CCD) is unknown color: approx Blue Bell. HEX triplet: 94, 8C and CD. RGB value is (148,140,205). Sum of RGB (Red+Green+Blue) = 148+140+205=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #948CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CCD is #6B7332. Grayscale: #959595. Windows color (decimal): -7041843 or 13470868. OLE color: 13470868.

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

Color convert

RGB148140205-
CMYK0.280.3200.20
HSL247.38º39.39%67.65%-
HSV(B)247.38º31.71%80.39%-
XYZ32.6129.4661.73-
YUV149.8159.15126.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=30.02%
G=28.40%
B=41.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481402050.280.3200.20247.3839.3967.65
Hex948CCD1C20014f72744
Octal224214315344002436747104
Binary10010100100011001100110111100100000010100111101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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