Html Css Color HEX #8359FF Light Slate Blue

📋 copy color: '#8359FF'

red 131 ◦ green 89 ◦ blue 255

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

Shades of Light Slate Blue #8359FF

Tints of Light Slate Blue #8359FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.74%

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

R = 27.58%
G = 18.74%
B = 53.68%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8359FF (or 0x8359FF) is known color: Light Slate Blue. HEX triplet: 83, 59 and FF. RGB value is (131,89,255). Sum of RGB (Red+Green+Blue) = 131+89+255=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8359FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359FF is #7CA600. Grayscale: #777777. Windows color (decimal): -8168961 or 16734595. OLE color: 16734595.

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

Color convert

RGB 131 89 255 -
CMYK 0.49 0.65 0 0
HSL 255.18º 1% 0.67% -
HSV(B) 255.18º 0.65% 1% -
XYZ 30.98 19.19 96.68 -
YUV 120.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 131 89 255 0.49 0.65 0 0 255.18 1 0.67
Hex 83 59 FF 31 41 0 0 FF 64 43
Octal 203 131 377 61 101 0 0 377 144 103
Binary 10000011 1011001 11111111 110001 1000001 0 0 11111111 1100100 1000011

Color Harmonies of #8359FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359FF

Black with #8359FF

Text Example


Text Example

White with #8359FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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