#918FCC

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

Shades of Blue Bell #918FCC

Tints of Blue Bell #918FCC

Color information

#918FCC (or 0x918FCC) is unknown color: approx Blue Bell. HEX triplet: 91, 8F and CC. RGB value is (145,143,204). Sum of RGB (Red+Green+Blue) = 145+143+204=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #918FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FCC is #6E7033. Grayscale: #969696. Windows color (decimal): -7237684 or 13406097. OLE color: 13406097.

HSL color Cylindrical-coordinate representation of color #918FCC: hue angle of 241.97º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918FCC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145143204-
CMYK0.290.3000.2
HSL241.97º37.42%68.04%-
HSV(B)241.97º29.9%80%-
XYZ32.430.0261.21-
YUV150.55158.16124.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.47%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=29.47%
G=29.07%
B=41.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451432040.290.3000.2241.9737.4268.04
Hex918FCC1D1E014f22544
Octal221217314353602436245104
Binary1001000110001111110011001110111110010100111100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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