Html Css Color HEX #8D8AF1 Light Slate Blue

📋 copy color: '#8D8AF1'

red 141 ◦ green 138 ◦ blue 241

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

Shades of Light Slate Blue #8D8AF1

Tints of Light Slate Blue #8D8AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 27.12%
G = 26.54%
B = 46.35%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D8AF1 (or 0x8D8AF1) is known color: Light Slate Blue. HEX triplet: 8D, 8A and F1. RGB value is (141,138,241). Sum of RGB (Red+Green+Blue) = 141+138+241=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D8AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8AF1 is #72750E. Grayscale: #969696. Windows color (decimal): -7501071 or 15829645. OLE color: 15829645.

HSL color Cylindrical-coordinate representation of color #8D8AF1: hue angle of 241.75º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D8AF1 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 138 241 -
CMYK 0.41 0.43 0 0.05
HSL 241.75º 0.79% 0.74% -
HSV(B) 241.75º 0.43% 0.95% -
XYZ 35.95 30.19 87.15 -
YUV 150.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 141 138 241 0.41 0.43 0 0.05 241.75 0.79 0.74
Hex 8D 8A F1 29 2B 0 5 F2 4F 4A
Octal 215 212 361 51 53 0 5 362 117 112
Binary 10001101 10001010 11110001 101001 101011 0 101 11110010 1001111 1001010

Color Harmonies of #8D8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8AF1

Black with #8D8AF1

Text Example


Text Example

White with #8D8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,138,241); }

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

background-color css

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

 a { background-color: rgb(141,138,241); }

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

border-color css

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

 span { border-color: rgb(141,138,241); }

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