Html Css Color HEX #8D74FC Light Slate Blue

📋 copy color: '#8D74FC'

red 141 ◦ green 116 ◦ blue 252

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

Shades of Light Slate Blue #8D74FC

Tints of Light Slate Blue #8D74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.79%

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

R = 27.7%
G = 22.79%
B = 49.51%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D74FC (or 0x8D74FC) is known color: Light Slate Blue. HEX triplet: 8D, 74 and FC. RGB value is (141,116,252). Sum of RGB (Red+Green+Blue) = 141+116+252=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D74FC is #728B03. Grayscale: #8A8A8A. Windows color (decimal): -7506692 or 16544909. OLE color: 16544909.

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

Color convert

RGB 141 116 252 -
CMYK 0.44 0.54 0 0.01
HSL 251.03º 0.96% 0.72% -
HSV(B) 251.03º 0.54% 0.99% -
XYZ 34.8 25.18 95.12 -
YUV 138.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 141 116 252 0.44 0.54 0 0.01 251.03 0.96 0.72
Hex 8D 74 FC 2C 36 0 1 FB 60 48
Octal 215 164 374 54 66 0 1 373 140 110
Binary 10001101 1110100 11111100 101100 110110 0 1 11111011 1100000 1001000

Color Harmonies of #8D74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D74FC

Black with #8D74FC

Text Example


Text Example

White with #8D74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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