Html Css Color HEX #8D8FFD Light Slate Blue

📋 copy color: '#8D8FFD'

red 141 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #8D8FFD

Tints of Light Slate Blue #8D8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

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

R = 26.26%
G = 26.63%
B = 47.11%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D8FFD (or 0x8D8FFD) is known color: Light Slate Blue. HEX triplet: 8D, 8F and FD. RGB value is (141,143,253). Sum of RGB (Red+Green+Blue) = 141+143+253=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8FFD is #727002. Grayscale: #9A9A9A. Windows color (decimal): -7499779 or 16617357. OLE color: 16617357.

HSL color Cylindrical-coordinate representation of color #8D8FFD: hue angle of 238.93º 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 #8D8FFD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 143 253 -
CMYK 0.44 0.43 0 0.01
HSL 238.93º 0.97% 0.77% -
HSV(B) 238.93º 0.44% 0.99% -
XYZ 38.54 32.4 97.15 -
YUV 154.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 141 143 253 0.44 0.43 0 0.01 238.93 0.97 0.77
Hex 8D 8F FD 2C 2B 0 1 EF 61 4D
Octal 215 217 375 54 53 0 1 357 141 115
Binary 10001101 10001111 11111101 101100 101011 0 1 11101111 1100001 1001101

Color Harmonies of #8D8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8FFD

Black with #8D8FFD

Text Example


Text Example

White with #8D8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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