Html Css Color HEX #8D76FC Light Slate Blue

📋 copy color: '#8D76FC'

red 141 ◦ green 118 ◦ blue 252

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

Shades of Light Slate Blue #8D76FC

Tints of Light Slate Blue #8D76FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 27.59%
G = 23.09%
B = 49.32%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D76FC (or 0x8D76FC) is known color: Light Slate Blue. HEX triplet: 8D, 76 and FC. RGB value is (141,118,252). Sum of RGB (Red+Green+Blue) = 141+118+252=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D76FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D76FC is #728903. Grayscale: #8B8B8B. Windows color (decimal): -7506180 or 16545421. OLE color: 16545421.

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

Color convert

RGB 141 118 252 -
CMYK 0.44 0.53 0 0.01
HSL 250.3º 0.96% 0.73% -
HSV(B) 250.3º 0.53% 0.99% -
XYZ 35.03 25.65 95.2 -
YUV 140.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 141 118 252 0.44 0.53 0 0.01 250.3 0.96 0.73
Hex 8D 76 FC 2C 35 0 1 FA 60 49
Octal 215 166 374 54 65 0 1 372 140 111
Binary 10001101 1110110 11111100 101100 110101 0 1 11111010 1100000 1001001

Color Harmonies of #8D76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D76FC

Black with #8D76FC

Text Example


Text Example

White with #8D76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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