#918FBE

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

Shades of Blue Bell #918FBE

Tints of Blue Bell #918FBE

Color information

#918FBE (or 0x918FBE) is unknown color: approx Blue Bell. HEX triplet: 91, 8F and BE. RGB value is (145,143,190). Sum of RGB (Red+Green+Blue) = 145+143+190=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #918FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FBE is #6E7041. Grayscale: #949494. Windows color (decimal): -7237698 or 12488593. OLE color: 12488593.

HSL color Cylindrical-coordinate representation of color #918FBE: hue angle of 242.55º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #918FBE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145143190-
CMYK0.240.2500.25
HSL242.55º26.55%65.29%-
HSV(B)242.55º24.74%74.51%-
XYZ30.7929.3852.76-
YUV148.96151.16125.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=30.33%
G=29.92%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451431900.240.2500.25242.5526.5565.29
Hex918FBE1819019f31b41
Octal221217276303103136333101
Binary100100011000111110111110110001100101100111110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,143,190); }

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

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

 a { background-color: rgb(145,143,190); }

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

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

 span { border-color: rgb(145,143,190); }

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