Html Css Color HEX #8370FA Light Slate Blue

📋 copy color: '#8370FA'

red 131 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #8370FA

Tints of Light Slate Blue #8370FA

RGB

 RED value IS 131 (51.56% from 255) = 26.57%

 GREEN value IS 112 (44.14% from 255) = 22.72%

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

R = 26.57%
G = 22.72%
B = 50.71%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8370FA (or 0x8370FA) is known color: Light Slate Blue. HEX triplet: 83, 70 and FA. RGB value is (131,112,250). Sum of RGB (Red+Green+Blue) = 131+112+250=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #8370FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8370FA is #7C8F05. Grayscale: #848484. Windows color (decimal): -8163078 or 16412803. OLE color: 16412803.

HSL color Cylindrical-coordinate representation of color #8370FA: hue angle of 248.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8370FA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 112 250 -
CMYK 0.48 0.55 0 0.02
HSL 248.26º 0.93% 0.71% -
HSV(B) 248.26º 0.55% 0.98% -
XYZ 32.41 23.32 93.23 -
YUV 133.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 131 112 250 0.48 0.55 0 0.02 248.26 0.93 0.71
Hex 83 70 FA 30 37 0 2 F8 5D 47
Octal 203 160 372 60 67 0 2 370 135 107
Binary 10000011 1110000 11111010 110000 110111 0 10 11111000 1011101 1000111

Color Harmonies of #8370FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370FA

Black with #8370FA

Text Example


Text Example

White with #8370FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8370FA; }

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

 H1.HeaderClassName
 {
   color: #8370FA;
 }
 .AnyTagClassName
 {
   color: #8370FA;
 }
</style>

background-color css

<style>
 a { background-color: #8370FA; }

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

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

border-color css

<style>
 span { border-color: #8370FA; }

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

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