#918CDA

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

Shades of Blue Bell #918CDA

Tints of Blue Bell #918CDA

Color information

#918CDA (or 0x918CDA) is unknown color: approx Blue Bell. HEX triplet: 91, 8C and DA. RGB value is (145,140,218). Sum of RGB (Red+Green+Blue) = 145+140+218=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #918CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CDA is #6E7325. Grayscale: #969696. Windows color (decimal): -7238438 or 14322833. OLE color: 14322833.

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

Color convert

RGB145140218-
CMYK0.330.3600.15
HSL243.85º51.32%70.2%-
HSV(B)243.85º35.78%85.49%-
XYZ33.7129.8470.31-
YUV150.39166.16124.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.83%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=28.83%
G=27.83%
B=43.34%

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
Decimal1451402180.330.3600.15243.8551.3270.2
Hex918CDA21240Ff43346
Octal221214332414401736463106
Binary10010001100011001101101010000110010001111111101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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