Html Css Color HEX #8D80FC Light Slate Blue

📋 copy color: '#8D80FC'

red 141 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #8D80FC

Tints of Light Slate Blue #8D80FC

RGB

 RED value IS 141 (55.47% from 255) = 27.06%

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

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

R = 27.06%
G = 24.57%
B = 48.37%

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

#8D80FC (or 0x8D80FC) is known color: Light Slate Blue. HEX triplet: 8D, 80 and FC. RGB value is (141,128,252). Sum of RGB (Red+Green+Blue) = 141+128+252=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D80FC is #727F03. Grayscale: #919191. Windows color (decimal): -7503620 or 16547981. OLE color: 16547981.

HSL color Cylindrical-coordinate representation of color #8D80FC: hue angle of 246.29º 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 #8D80FC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 128 252 -
CMYK 0.44 0.49 0 0.01
HSL 246.29º 0.95% 0.75% -
HSV(B) 246.29º 0.49% 0.99% -
XYZ 36.27 28.13 95.61 -
YUV 146.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 141 128 252 0.44 0.49 0 0.01 246.29 0.95 0.75
Hex 8D 80 FC 2C 31 0 1 F6 5F 4B
Octal 215 200 374 54 61 0 1 366 137 113
Binary 10001101 10000000 11111100 101100 110001 0 1 11110110 1011111 1001011

Color Harmonies of #8D80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D80FC

Black with #8D80FC

Text Example


Text Example

White with #8D80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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