#8F8BCE

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

Shades of Blue Bell #8F8BCE

Tints of Blue Bell #8F8BCE

Color information

#8F8BCE (or 0x8F8BCE) is unknown color: approx Blue Bell. HEX triplet: 8F, 8B and CE. RGB value is (143,139,206). Sum of RGB (Red+Green+Blue) = 143+139+206=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BCE is #707431. Grayscale: #939393. Windows color (decimal): -7369778 or 13536143. OLE color: 13536143.

HSL color Cylindrical-coordinate representation of color #8F8BCE: hue angle of 243.58º 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 #8F8BCE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143139206-
CMYK0.310.3300.19
HSL243.58º40.61%67.65%-
HSV(B)243.58º32.52%80.78%-
XYZ31.728.7662.27-
YUV147.83160.83124.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=29.30%
G=28.48%
B=42.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431392060.310.3300.19243.5840.6167.65
Hex8F8BCE1F21013f42944
Octal217213316374102336451104
Binary10001111100010111100111011111100001010011111101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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