Html Css Color HEX #8367FE Light Slate Blue

📋 copy color: '#8367FE'

red 131 ◦ green 103 ◦ blue 254

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

Shades of Light Slate Blue #8367FE

Tints of Light Slate Blue #8367FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.11%

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

R = 26.84%
G = 21.11%
B = 52.05%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8367FE (or 0x8367FE) is known color: Light Slate Blue. HEX triplet: 83, 67 and FE. RGB value is (131,103,254). Sum of RGB (Red+Green+Blue) = 131+103+254=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #8367FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8367FE is #7C9801. Grayscale: #808080. Windows color (decimal): -8165378 or 16672643. OLE color: 16672643.

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

Color convert

RGB 131 103 254 -
CMYK 0.48 0.59 0 0.00
HSL 251.13º 0.99% 0.7% -
HSV(B) 251.13º 0.59% 1% -
XYZ 32.1 21.68 96.26 -
YUV 128.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 131 103 254 0.48 0.59 0 0.00 251.13 0.99 0.7
Hex 83 67 FE 30 3B 0 0 FB 63 46
Octal 203 147 376 60 73 0 0 373 143 106
Binary 10000011 1100111 11111110 110000 111011 0 0 11111011 1100011 1000110

Color Harmonies of #8367FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8367FE

Black with #8367FE

Text Example


Text Example

White with #8367FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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