Html Css Color HEX #8F8CFA Light Slate Blue

📋 copy color: '#8F8CFA'

red 143 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #8F8CFA

Tints of Light Slate Blue #8F8CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 26.83%
G = 26.27%
B = 46.9%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F8CFA (or 0x8F8CFA) is known color: Light Slate Blue. HEX triplet: 8F, 8C and FA. RGB value is (143,140,250). Sum of RGB (Red+Green+Blue) = 143+140+250=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CFA is #707305. Grayscale: #999999. Windows color (decimal): -7369478 or 16419983. OLE color: 16419983.

HSL color Cylindrical-coordinate representation of color #8F8CFA: hue angle of 241.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F8CFA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 140 250 -
CMYK 0.43 0.44 0 0.02
HSL 241.64º 0.92% 0.76% -
HSV(B) 241.64º 0.44% 0.98% -
XYZ 37.96 31.5 94.52 -
YUV 153.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 143 140 250 0.43 0.44 0 0.02 241.64 0.92 0.76
Hex 8F 8C FA 2B 2C 0 2 F2 5C 4C
Octal 217 214 372 53 54 0 2 362 134 114
Binary 10001111 10001100 11111010 101011 101100 0 10 11110010 1011100 1001100

Color Harmonies of #8F8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CFA

Black with #8F8CFA

Text Example


Text Example

White with #8F8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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