#8F95BC

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

Shades of Blue Bell #8F95BC

Tints of Blue Bell #8F95BC

Color information

#8F95BC (or 0x8F95BC) is unknown color: approx Blue Bell. HEX triplet: 8F, 95 and BC. RGB value is (143,149,188). Sum of RGB (Red+Green+Blue) = 143+149+188=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F95BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F95BC is #706A43. Grayscale: #979797. Windows color (decimal): -7367236 or 12359055. OLE color: 12359055.

HSL color Cylindrical-coordinate representation of color #8F95BC: hue angle of 232º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F95BC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143149188-
CMYK0.240.2100.26
HSL232º25.14%64.9%-
HSV(B)232º23.94%73.73%-
XYZ31.1530.9751.91-
YUV151.65148.51121.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.79%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=29.79%
G=31.04%
B=39.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431491880.240.2100.2623225.1464.9
Hex8F95BC181501Ae81941
Octal217225274302503235031101
Binary100011111001010110111100110001010101101011101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F95BC; }

 p { color: rgb(143,149,188); }

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

<style>
 a { background-color: #8F95BC; }

 a { background-color: rgb(143,149,188); }

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

<style>
 span { border-color: #8F95BC; }

 span { border-color: rgb(143,149,188); }

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