#918BD8

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

Shades of Blue Bell #918BD8

Tints of Blue Bell #918BD8

Color information

#918BD8 (or 0x918BD8) is unknown color: approx Blue Bell. HEX triplet: 91, 8B and D8. RGB value is (145,139,216). Sum of RGB (Red+Green+Blue) = 145+139+216=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #918BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BD8 is #6E7427. Grayscale: #959595. Windows color (decimal): -7238696 or 14191505. OLE color: 14191505.

HSL color Cylindrical-coordinate representation of color #918BD8: hue angle of 244.68º degrees, saturation: 0.5, 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 #918BD8 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145139216-
CMYK0.330.3600.15
HSL244.68º49.68%69.61%-
HSV(B)244.68º35.65%84.71%-
XYZ33.329.4468.89-
YUV149.57165.49124.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=29%
G=27.8%
B=43.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451392160.330.3600.15244.6849.6869.61
Hex918BD821240Ff53246
Octal221213330414401736562106
Binary10010001100010111101100010000110010001111111101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,139,216); }

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

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

 a { background-color: rgb(145,139,216); }

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

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

 span { border-color: rgb(145,139,216); }

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