Html Css Color HEX #8378FA Light Slate Blue

📋 copy color: '#8378FA'

red 131 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #8378FA

Tints of Light Slate Blue #8378FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.95%

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

R = 26.15%
G = 23.95%
B = 49.9%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8378FA (or 0x8378FA) is known color: Light Slate Blue. HEX triplet: 83, 78 and FA. RGB value is (131,120,250). Sum of RGB (Red+Green+Blue) = 131+120+250=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #8378FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378FA is #7C8705. Grayscale: #898989. Windows color (decimal): -8161030 or 16414851. OLE color: 16414851.

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

Color convert

RGB 131 120 250 -
CMYK 0.48 0.52 0 0.02
HSL 245.08º 0.93% 0.73% -
HSV(B) 245.08º 0.52% 0.98% -
XYZ 33.33 25.16 93.54 -
YUV 138.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 131 120 250 0.48 0.52 0 0.02 245.08 0.93 0.73
Hex 83 78 FA 30 34 0 2 F5 5D 49
Octal 203 170 372 60 64 0 2 365 135 111
Binary 10000011 1111000 11111010 110000 110100 0 10 11110101 1011101 1001001

Color Harmonies of #8378FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378FA

Black with #8378FA

Text Example


Text Example

White with #8378FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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