#948CDA

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

Shades of Blue Bell #948CDA

Tints of Blue Bell #948CDA

Color information

#948CDA (or 0x948CDA) is unknown color: approx Blue Bell. HEX triplet: 94, 8C and DA. RGB value is (148,140,218). Sum of RGB (Red+Green+Blue) = 148+140+218=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #948CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CDA is #6B7325. Grayscale: #969696. Windows color (decimal): -7041830 or 14322836. OLE color: 14322836.

HSL color Cylindrical-coordinate representation of color #948CDA: hue angle of 246.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948CDA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148140218-
CMYK0.320.3600.15
HSL246.15º51.32%70.2%-
HSV(B)246.15º35.78%85.49%-
XYZ34.2530.1170.34-
YUV151.28165.65125.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=29.25%
G=27.67%
B=43.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481402180.320.3600.15246.1551.3270.2
Hex948CDA20240Ff63346
Octal224214332404401736663106
Binary10010100100011001101101010000010010001111111101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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