Html Css Color HEX #8D8EFD Light Slate Blue

📋 copy color: '#8D8EFD'

red 141 ◦ green 142 ◦ blue 253

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

Shades of Light Slate Blue #8D8EFD

Tints of Light Slate Blue #8D8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 26.31%
G = 26.49%
B = 47.2%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D8EFD (or 0x8D8EFD) is known color: Light Slate Blue. HEX triplet: 8D, 8E and FD. RGB value is (141,142,253). Sum of RGB (Red+Green+Blue) = 141+142+253=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D8EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8EFD is #727102. Grayscale: #999999. Windows color (decimal): -7500035 or 16617101. OLE color: 16617101.

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

Color convert

RGB 141 142 253 -
CMYK 0.44 0.44 0 0.01
HSL 239.46º 0.97% 0.77% -
HSV(B) 239.46º 0.44% 0.99% -
XYZ 38.39 32.1 97.1 -
YUV 154.36 183.67 118.47 -
System Red Green Blue C M Y K H S L
Decimal 141 142 253 0.44 0.44 0 0.01 239.46 0.97 0.77
Hex 8D 8E FD 2C 2C 0 1 EF 61 4D
Octal 215 216 375 54 54 0 1 357 141 115
Binary 10001101 10001110 11111101 101100 101100 0 1 11101111 1100001 1001101

Color Harmonies of #8D8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8EFD

Black with #8D8EFD

Text Example


Text Example

White with #8D8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,142,253); }

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

background-color css

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

 a { background-color: rgb(141,142,253); }

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

border-color css

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

 span { border-color: rgb(141,142,253); }

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