#8C83FB

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

Shades of Light Slate Blue #8C83FB

Tints of Light Slate Blue #8C83FB

Color information

#8C83FB (or 0x8C83FB) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 83 and FB. RGB value is (140,131,251). Sum of RGB (Red+Green+Blue) = 140+131+251=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C83FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C83FB is #737C04. Grayscale: #929292. Windows color (decimal): -7568389 or 16483212. OLE color: 16483212.

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

Color convert

RGB140131251-
CMYK0.440.4800.02
HSL244.5º93.75%74.9%-
HSV(B)244.5º47.81%98.43%-
XYZ36.3428.7794.91-
YUV147.37186.48122.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=26.82%
G=25.10%
B=48.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401312510.440.4800.02244.593.7574.9
Hex8C83FB2C3002f45e4b
Octal214203373546002364136113
Binary1000110010000011111110111011001100000101111010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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