Html Css Color HEX #8F83FA Light Slate Blue

📋 copy color: '#8F83FA'

red 143 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #8F83FA

Tints of Light Slate Blue #8F83FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25%

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

R = 27.29%
G = 25%
B = 47.71%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F83FA (or 0x8F83FA) is known color: Light Slate Blue. HEX triplet: 8F, 83 and FA. RGB value is (143,131,250). Sum of RGB (Red+Green+Blue) = 143+131+250=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F83FA is #707C05. Grayscale: #939393. Windows color (decimal): -7371782 or 16417679. OLE color: 16417679.

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

Color convert

RGB 143 131 250 -
CMYK 0.43 0.48 0 0.02
HSL 246.05º 0.92% 0.75% -
HSV(B) 246.05º 0.48% 0.98% -
XYZ 36.7 28.97 94.1 -
YUV 148.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 143 131 250 0.43 0.48 0 0.02 246.05 0.92 0.75
Hex 8F 83 FA 2B 30 0 2 F6 5C 4B
Octal 217 203 372 53 60 0 2 366 134 113
Binary 10001111 10000011 11111010 101011 110000 0 10 11110110 1011100 1001011

Color Harmonies of #8F83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83FA

Black with #8F83FA

Text Example


Text Example

White with #8F83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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