Html Css Color HEX #8359FE Light Slate Blue

📋 copy color: '#8359FE'

red 131 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #8359FE

Tints of Light Slate Blue #8359FE

RGB

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

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

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

R = 27.64%
G = 18.78%
B = 53.59%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8359FE (or 0x8359FE) is known color: Light Slate Blue. HEX triplet: 83, 59 and FE. RGB value is (131,89,254). Sum of RGB (Red+Green+Blue) = 131+89+254=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #8359FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359FE is #7CA601. Grayscale: #777777. Windows color (decimal): -8168962 or 16669059. OLE color: 16669059.

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

Color convert

RGB 131 89 254 -
CMYK 0.48 0.65 0 0.00
HSL 255.27º 0.99% 0.67% -
HSV(B) 255.27º 0.65% 1% -
XYZ 30.82 19.13 95.83 -
YUV 120.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 131 89 254 0.48 0.65 0 0.00 255.27 0.99 0.67
Hex 83 59 FE 30 41 0 0 FF 63 43
Octal 203 131 376 60 101 0 0 377 143 103
Binary 10000011 1011001 11111110 110000 1000001 0 0 11111111 1100011 1000011

Color Harmonies of #8359FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359FE

Black with #8359FE

Text Example


Text Example

White with #8359FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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