Html Css Color HEX #8D8CF8 Light Slate Blue

📋 copy color: '#8D8CF8'

red 141 ◦ green 140 ◦ blue 248

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

Shades of Light Slate Blue #8D8CF8

Tints of Light Slate Blue #8D8CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

 BLUE value IS 248 (97.27% from 255) = 46.88%

R = 26.65%
G = 26.47%
B = 46.88%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8D8CF8 (or 0x8D8CF8) is known color: Light Slate Blue. HEX triplet: 8D, 8C and F8. RGB value is (141,140,248). Sum of RGB (Red+Green+Blue) = 141+140+248=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D8CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CF8 is #727307. Grayscale: #989898. Windows color (decimal): -7500552 or 16288909. OLE color: 16288909.

HSL color Cylindrical-coordinate representation of color #8D8CF8: hue angle of 240.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D8CF8 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 140 248 -
CMYK 0.43 0.44 0 0.03
HSL 240.56º 0.89% 0.76% -
HSV(B) 240.56º 0.44% 0.97% -
XYZ 37.31 31.2 92.86 -
YUV 152.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 141 140 248 0.43 0.44 0 0.03 240.56 0.89 0.76
Hex 8D 8C F8 2B 2C 0 3 F1 59 4C
Octal 215 214 370 53 54 0 3 361 131 114
Binary 10001101 10001100 11111000 101011 101100 0 11 11110001 1011001 1001100

Color Harmonies of #8D8CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8CF8

Black with #8D8CF8

Text Example


Text Example

White with #8D8CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,140,248); }

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

background-color css

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

 a { background-color: rgb(141,140,248); }

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

border-color css

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

 span { border-color: rgb(141,140,248); }

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