#918BDF

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

Shades of Blue Bell #918BDF

Tints of Blue Bell #918BDF

Color information

#918BDF (or 0x918BDF) is unknown color: approx Blue Bell. HEX triplet: 91, 8B and DF. RGB value is (145,139,223). Sum of RGB (Red+Green+Blue) = 145+139+223=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #918BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BDF is #6E7420. Grayscale: #969696. Windows color (decimal): -7238689 or 14650257. OLE color: 14650257.

HSL color Cylindrical-coordinate representation of color #918BDF: hue angle of 244.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #918BDF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145139223-
CMYK0.350.3800.13
HSL244.29º56.76%70.98%-
HSV(B)244.29º37.67%87.45%-
XYZ34.2329.8173.76-
YUV150.37168.99124.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.60%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=28.60%
G=27.42%
B=43.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451392230.350.3800.13244.2956.7670.98
Hex918BDF23260Df43947
Octal221213337434601536471107
Binary10010001100010111101111110001110011001101111101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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