#918CD7

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

Shades of Blue Bell #918CD7

Tints of Blue Bell #918CD7

Color information

#918CD7 (or 0x918CD7) is unknown color: approx Blue Bell. HEX triplet: 91, 8C and D7. RGB value is (145,140,215). Sum of RGB (Red+Green+Blue) = 145+140+215=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #918CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CD7 is #6E7328. Grayscale: #959595. Windows color (decimal): -7238441 or 14126225. OLE color: 14126225.

HSL color Cylindrical-coordinate representation of color #918CD7: hue angle of 244º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918CD7 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145140215-
CMYK0.330.3500.16
HSL244º48.39%69.61%-
HSV(B)244º34.88%84.31%-
XYZ33.3229.6868.26-
YUV150.04164.66124.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 215 (84.38% from 255) = 43%
R=29%
G=28%
B=43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451402150.330.3500.1624448.3969.61
Hex918CD72123010f43046
Octal221214327414302036460106
Binary100100011000110011010111100001100011010000111101001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918CD7; }

 p { color: rgb(145,140,215); }

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

<style>
 a { background-color: #918CD7; }

 a { background-color: rgb(145,140,215); }

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

<style>
 span { border-color: #918CD7; }

 span { border-color: rgb(145,140,215); }

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