#918DDA

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

Shades of Blue Bell #918DDA

Tints of Blue Bell #918DDA

Color information

#918DDA (or 0x918DDA) is unknown color: approx Blue Bell. HEX triplet: 91, 8D and DA. RGB value is (145,141,218). Sum of RGB (Red+Green+Blue) = 145+141+218=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #918DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DDA is #6E7225. Grayscale: #969696. Windows color (decimal): -7238182 or 14323089. OLE color: 14323089.

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

Color convert

RGB145141218-
CMYK0.330.3500.15
HSL243.12º50.99%70.39%-
HSV(B)243.12º35.32%85.49%-
XYZ33.8630.1370.36-
YUV150.97165.83123.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=28.77%
G=27.98%
B=43.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451412180.330.3500.15243.1250.9970.39
Hex918DDA21230Ff33346
Octal221215332414301736363106
Binary10010001100011011101101010000110001101111111100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,218); }

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

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

 a { background-color: rgb(145,141,218); }

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

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

 span { border-color: rgb(145,141,218); }

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