#918AD7

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

Shades of Blue Bell #918AD7

Tints of Blue Bell #918AD7

Color information

#918AD7 (or 0x918AD7) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and D7. RGB value is (145,138,215). Sum of RGB (Red+Green+Blue) = 145+138+215=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #918AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AD7 is #6E7528. Grayscale: #949494. Windows color (decimal): -7238953 or 14125713. OLE color: 14125713.

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

Color convert

RGB145138215-
CMYK0.330.3600.16
HSL245.45º49.04%69.22%-
HSV(B)245.45º35.81%84.31%-
XYZ33.0329.168.17-
YUV148.87165.32125.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 215 (84.38% from 255) = 43.17%
R=29.12%
G=27.71%
B=43.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451382150.330.3600.16245.4549.0469.22
Hex918AD72124010f53145
Octal221212327414402036561105
Binary100100011000101011010111100001100100010000111101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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