Html Css Color HEX #8D84FE Light Slate Blue

📋 copy color: '#8D84FE'

red 141 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #8D84FE

Tints of Light Slate Blue #8D84FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 26.76%
G = 25.05%
B = 48.2%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8D84FE (or 0x8D84FE) is known color: Light Slate Blue. HEX triplet: 8D, 84 and FE. RGB value is (141,132,254). Sum of RGB (Red+Green+Blue) = 141+132+254=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D84FE is #727B01. Grayscale: #949494. Windows color (decimal): -7502594 or 16680077. OLE color: 16680077.

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

Color convert

RGB 141 132 254 -
CMYK 0.44 0.48 0 0.00
HSL 244.43º 0.98% 0.76% -
HSV(B) 244.43º 0.48% 1% -
XYZ 37.13 29.32 97.47 -
YUV 148.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 141 132 254 0.44 0.48 0 0.00 244.43 0.98 0.76
Hex 8D 84 FE 2C 30 0 0 F4 62 4C
Octal 215 204 376 54 60 0 0 364 142 114
Binary 10001101 10000100 11111110 101100 110000 0 0 11110100 1100010 1001100

Color Harmonies of #8D84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D84FE

Black with #8D84FE

Text Example


Text Example

White with #8D84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,132,254); }

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

background-color css

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

 a { background-color: rgb(141,132,254); }

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

border-color css

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

 span { border-color: rgb(141,132,254); }

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