#918BCE

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

Shades of Blue Bell #918BCE

Tints of Blue Bell #918BCE

Color information

#918BCE (or 0x918BCE) is unknown color: approx Blue Bell. HEX triplet: 91, 8B and CE. RGB value is (145,139,206). Sum of RGB (Red+Green+Blue) = 145+139+206=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #918BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BCE is #6E7431. Grayscale: #949494. Windows color (decimal): -7238706 or 13536145. OLE color: 13536145.

HSL color Cylindrical-coordinate representation of color #918BCE: hue angle of 245.37º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918BCE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145139206-
CMYK0.300.3300.19
HSL245.37º40.61%67.65%-
HSV(B)245.37º32.52%80.78%-
XYZ32.0528.9462.29-
YUV148.43160.49125.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=29.59%
G=28.37%
B=42.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451392060.300.3300.19245.3740.6167.65
Hex918BCE1E21013f52944
Octal221213316364102336551104
Binary10010001100010111100111011110100001010011111101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,139,206); }

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

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

 a { background-color: rgb(145,139,206); }

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

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

 span { border-color: rgb(145,139,206); }

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