Html Css Color HEX #8C80FC Light Slate Blue

📋 copy color: '#8C80FC'

red 140 ◦ green 128 ◦ blue 252

#8C80FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8C80FC

Tints of Light Slate Blue #8C80FC

RGB

 RED value IS 140 (55.08% from 255) = 26.92%

 GREEN value IS 128 (50.39% from 255) = 24.62%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 26.92%
G = 24.62%
B = 48.46%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C80FC (or 0x8C80FC) is known color: Light Slate Blue. HEX triplet: 8C, 80 and FC. RGB value is (140,128,252). Sum of RGB (Red+Green+Blue) = 140+128+252=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C80FC is #737F03. Grayscale: #919191. Windows color (decimal): -7569156 or 16547980. OLE color: 16547980.

HSL color Cylindrical-coordinate representation of color #8C80FC: hue angle of 245.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C80FC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 128 252 -
CMYK 0.44 0.49 0 0.01
HSL 245.81º 0.95% 0.75% -
HSV(B) 245.81º 0.49% 0.99% -
XYZ 36.11 28.04 95.61 -
YUV 145.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 140 128 252 0.44 0.49 0 0.01 245.81 0.95 0.75
Hex 8C 80 FC 2C 31 0 1 F6 5F 4B
Octal 214 200 374 54 61 0 1 366 137 113
Binary 10001100 10000000 11111100 101100 110001 0 1 11110110 1011111 1001011

Color Harmonies of #8C80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C80FC

Black with #8C80FC

Text Example


Text Example

White with #8C80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C80FC;
 }
 .AnyTagClassName
 {
   color: #8C80FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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