Html Css Color HEX #8375FE Light Slate Blue

📋 copy color: '#8375FE'

red 131 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #8375FE

Tints of Light Slate Blue #8375FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.31%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 26.1%
G = 23.31%
B = 50.6%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8375FE (or 0x8375FE) is known color: Light Slate Blue. HEX triplet: 83, 75 and FE. RGB value is (131,117,254). Sum of RGB (Red+Green+Blue) = 131+117+254=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8375FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375FE is #7C8A01. Grayscale: #888888. Windows color (decimal): -8161794 or 16676227. OLE color: 16676227.

HSL color Cylindrical-coordinate representation of color #8375FE: hue angle of 246.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8375FE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 117 254 -
CMYK 0.48 0.54 0 0.00
HSL 246.13º 0.99% 0.73% -
HSV(B) 246.13º 0.54% 1% -
XYZ 33.61 24.7 96.76 -
YUV 136.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 131 117 254 0.48 0.54 0 0.00 246.13 0.99 0.73
Hex 83 75 FE 30 36 0 0 F6 63 49
Octal 203 165 376 60 66 0 0 366 143 111
Binary 10000011 1110101 11111110 110000 110110 0 0 11110110 1100011 1001001

Color Harmonies of #8375FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375FE

Black with #8375FE

Text Example


Text Example

White with #8375FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8375FE; }

 p { color: rgb(131,117,254); }

 H1.HeaderClassName
 {
   color: #8375FE;
 }
 .AnyTagClassName
 {
   color: #8375FE;
 }
</style>

background-color css

<style>
 a { background-color: #8375FE; }

 a { background-color: rgb(131,117,254); }

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

border-color css

<style>
 span { border-color: #8375FE; }

 span { border-color: rgb(131,117,254); }

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