Html Css Color HEX #8F8CFD Light Slate Blue

📋 copy color: '#8F8CFD'

red 143 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #8F8CFD

Tints of Light Slate Blue #8F8CFD

RGB

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

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

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

R = 26.68%
G = 26.12%
B = 47.2%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F8CFD (or 0x8F8CFD) is known color: Light Slate Blue. HEX triplet: 8F, 8C and FD. RGB value is (143,140,253). Sum of RGB (Red+Green+Blue) = 143+140+253=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 140 (55.08% from 255 or 26.12% 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 #8F8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CFD is #707302. Grayscale: #999999. Windows color (decimal): -7369475 or 16616591. OLE color: 16616591.

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

Color convert

RGB 143 140 253 -
CMYK 0.43 0.45 0 0.01
HSL 241.59º 0.97% 0.77% -
HSV(B) 241.59º 0.45% 0.99% -
XYZ 38.44 31.69 97.02 -
YUV 153.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 143 140 253 0.43 0.45 0 0.01 241.59 0.97 0.77
Hex 8F 8C FD 2B 2D 0 1 F2 61 4D
Octal 217 214 375 53 55 0 1 362 141 115
Binary 10001111 10001100 11111101 101011 101101 0 1 11110010 1100001 1001101

Color Harmonies of #8F8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CFD

Black with #8F8CFD

Text Example


Text Example

White with #8F8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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