Html Css Color HEX #8362FF Light Slate Blue

📋 copy color: '#8362FF'

red 131 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #8362FF

Tints of Light Slate Blue #8362FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.25%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 27.07%
G = 20.25%
B = 52.69%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8362FF (or 0x8362FF) is known color: Light Slate Blue. HEX triplet: 83, 62 and FF. RGB value is (131,98,255). Sum of RGB (Red+Green+Blue) = 131+98+255=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #8362FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362FF is #7C9D00. Grayscale: #7D7D7D. Windows color (decimal): -8166657 or 16736899. OLE color: 16736899.

HSL color Cylindrical-coordinate representation of color #8362FF: hue angle of 252.61º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8362FF is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 98 255 -
CMYK 0.49 0.62 0 0
HSL 252.61º 1% 0.69% -
HSV(B) 252.61º 0.62% 1% -
XYZ 31.78 20.78 96.94 -
YUV 125.77 200.93 131.73 -
System Red Green Blue C M Y K H S L
Decimal 131 98 255 0.49 0.62 0 0 252.61 1 0.69
Hex 83 62 FF 31 3E 0 0 FD 64 45
Octal 203 142 377 61 76 0 0 375 144 105
Binary 10000011 1100010 11111111 110001 111110 0 0 11111101 1100100 1000101

Color Harmonies of #8362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362FF

Black with #8362FF

Text Example


Text Example

White with #8362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8362FF; }

 p { color: rgb(131,98,255); }

 H1.HeaderClassName
 {
   color: #8362FF;
 }
 .AnyTagClassName
 {
   color: #8362FF;
 }
</style>

background-color css

<style>
 a { background-color: #8362FF; }

 a { background-color: rgb(131,98,255); }

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

border-color css

<style>
 span { border-color: #8362FF; }

 span { border-color: rgb(131,98,255); }

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