#918FC8

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

Shades of Blue Bell #918FC8

Tints of Blue Bell #918FC8

Color information

#918FC8 (or 0x918FC8) is unknown color: approx Blue Bell. HEX triplet: 91, 8F and C8. RGB value is (145,143,200). Sum of RGB (Red+Green+Blue) = 145+143+200=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #918FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FC8 is #6E7037. Grayscale: #959595. Windows color (decimal): -7237688 or 13143953. OLE color: 13143953.

HSL color Cylindrical-coordinate representation of color #918FC8: hue angle of 242.11º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918FC8 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145143200-
CMYK0.280.2800.22
HSL242.11º34.13%67.25%-
HSV(B)242.11º28.5%78.43%-
XYZ31.9229.8358.72-
YUV150.1156.16124.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 200 (78.52% from 255) = 40.98%
R=29.71%
G=29.30%
B=40.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451432000.280.2800.22242.1134.1367.25
Hex918FC81C1C016f22243
Octal221217310343402636242103
Binary1001000110001111110010001110011100010110111100101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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