#948ACD

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

Shades of Blue Bell #948ACD

Tints of Blue Bell #948ACD

Color information

#948ACD (or 0x948ACD) is unknown color: approx Blue Bell. HEX triplet: 94, 8A and CD. RGB value is (148,138,205). Sum of RGB (Red+Green+Blue) = 148+138+205=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #948ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ACD is #6B7532. Grayscale: #949494. Windows color (decimal): -7042355 or 13470356. OLE color: 13470356.

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

Color convert

RGB148138205-
CMYK0.280.3300.20
HSL248.96º40.12%67.25%-
HSV(B)248.96º32.68%80.39%-
XYZ32.3228.8861.63-
YUV148.63159.81127.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=30.14%
G=28.11%
B=41.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481382050.280.3300.20248.9640.1267.25
Hex948ACD1C21014f92843
Octal224212315344102437150103
Binary10010100100010101100110111100100001010100111110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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