#8C80FB

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

Shades of Light Slate Blue #8C80FB

Tints of Light Slate Blue #8C80FB

Color information

#8C80FB (or 0x8C80FB) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 80 and FB. RGB value is (140,128,251). Sum of RGB (Red+Green+Blue) = 140+128+251=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80FB is #737F04. Grayscale: #919191. Windows color (decimal): -7569157 or 16482444. OLE color: 16482444.

HSL color Cylindrical-coordinate representation of color #8C80FB: hue angle of 245.85º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C80FB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140128251-
CMYK0.440.4900.02
HSL245.85º93.89%74.31%-
HSV(B)245.85º49%98.43%-
XYZ35.9527.9894.77-
YUV145.61187.48124-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=26.97%
G=24.66%
B=48.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401282510.440.4900.02245.8593.8974.31
Hex8C80FB2C3102f65e4a
Octal214200373546102366136112
Binary1000110010000000111110111011001100010101111011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,251); }

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

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

 a { background-color: rgb(140,128,251); }

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

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

 span { border-color: rgb(140,128,251); }

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