#918DD5

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

Shades of Blue Bell #918DD5

Tints of Blue Bell #918DD5

Color information

#918DD5 (or 0x918DD5) is unknown color: approx Blue Bell. HEX triplet: 91, 8D and D5. RGB value is (145,141,213). Sum of RGB (Red+Green+Blue) = 145+141+213=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #918DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DD5 is #6E722A. Grayscale: #969696. Windows color (decimal): -7238187 or 13995409. OLE color: 13995409.

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

Color convert

RGB145141213-
CMYK0.320.3400.16
HSL243.33º46.15%69.41%-
HSV(B)243.33º33.8%83.53%-
XYZ33.2129.8766.97-
YUV150.4163.33124.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.06%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=29.06%
G=28.26%
B=42.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451412130.320.3400.16243.3346.1569.41
Hex918DD52022010f32e45
Octal221215325404202036356105
Binary100100011000110111010101100000100010010000111100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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