Html Css Color HEX #8F8DFD Light Slate Blue

📋 copy color: '#8F8DFD'

red 143 ◦ green 141 ◦ blue 253

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

Shades of Light Slate Blue #8F8DFD

Tints of Light Slate Blue #8F8DFD

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F8DFD (or 0x8F8DFD) is known color: Light Slate Blue. HEX triplet: 8F, 8D and FD. RGB value is (143,141,253). Sum of RGB (Red+Green+Blue) = 143+141+253=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 141 (55.47% from 255 or 26.26% 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 #8F8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DFD is #707202. Grayscale: #999999. Windows color (decimal): -7369219 or 16616847. OLE color: 16616847.

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

Color convert

RGB 143 141 253 -
CMYK 0.43 0.44 0 0.01
HSL 241.07º 0.97% 0.77% -
HSV(B) 241.07º 0.44% 0.99% -
XYZ 38.58 31.98 97.07 -
YUV 154.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 143 141 253 0.43 0.44 0 0.01 241.07 0.97 0.77
Hex 8F 8D FD 2B 2C 0 1 F1 61 4D
Octal 217 215 375 53 54 0 1 361 141 115
Binary 10001111 10001101 11111101 101011 101100 0 1 11110001 1100001 1001101

Color Harmonies of #8F8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8DFD

Black with #8F8DFD

Text Example


Text Example

White with #8F8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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