Html Css Color HEX #8373FE Light Slate Blue

📋 copy color: '#8373FE'

red 131 ◦ green 115 ◦ blue 254

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

Shades of Light Slate Blue #8373FE

Tints of Light Slate Blue #8373FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 26.2%
G = 23%
B = 50.8%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8373FE (or 0x8373FE) is known color: Light Slate Blue. HEX triplet: 83, 73 and FE. RGB value is (131,115,254). Sum of RGB (Red+Green+Blue) = 131+115+254=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #8373FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373FE is #7C8C01. Grayscale: #878787. Windows color (decimal): -8162306 or 16675715. OLE color: 16675715.

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

Color convert

RGB 131 115 254 -
CMYK 0.48 0.55 0 0.00
HSL 246.91º 0.99% 0.72% -
HSV(B) 246.91º 0.55% 1% -
XYZ 33.38 24.24 96.69 -
YUV 135.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 131 115 254 0.48 0.55 0 0.00 246.91 0.99 0.72
Hex 83 73 FE 30 37 0 0 F7 63 48
Octal 203 163 376 60 67 0 0 367 143 110
Binary 10000011 1110011 11111110 110000 110111 0 0 11110111 1100011 1001000

Color Harmonies of #8373FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373FE

Black with #8373FE

Text Example


Text Example

White with #8373FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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