#8C8FC4

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

Shades of Blue Bell #8C8FC4

Tints of Blue Bell #8C8FC4

Color information

#8C8FC4 (or 0x8C8FC4) is unknown color: approx Blue Bell. HEX triplet: 8C, 8F and C4. RGB value is (140,143,196). Sum of RGB (Red+Green+Blue) = 140+143+196=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C8FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FC4 is #73703B. Grayscale: #939393. Windows color (decimal): -7565372 or 12881804. OLE color: 12881804.

HSL color Cylindrical-coordinate representation of color #8C8FC4: hue angle of 236.79º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C8FC4 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB140143196-
CMYK0.290.2700.23
HSL236.79º32.18%65.88%-
HSV(B)236.79º28.57%76.86%-
XYZ30.629.2156.25-
YUV148.14155.01122.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=29.23%
G=29.85%
B=40.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401431960.290.2700.23236.7932.1865.88
Hex8C8FC41D1B017ed2042
Octal214217304353302735540102
Binary1000110010001111110001001110111011010111111011011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,143,196); }

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

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

 a { background-color: rgb(140,143,196); }

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

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

 span { border-color: rgb(140,143,196); }

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