Html Css Color HEX #8357FF Light Slate Blue

📋 copy color: '#8357FF'

red 131 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #8357FF

Tints of Light Slate Blue #8357FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.39%

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

R = 27.7%
G = 18.39%
B = 53.91%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8357FF (or 0x8357FF) is known color: Light Slate Blue. HEX triplet: 83, 57 and FF. RGB value is (131,87,255). Sum of RGB (Red+Green+Blue) = 131+87+255=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8357FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357FF is #7CA800. Grayscale: #767676. Windows color (decimal): -8169473 or 16734083. OLE color: 16734083.

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

Color convert

RGB 131 87 255 -
CMYK 0.49 0.66 0 0
HSL 255.71º 1% 0.67% -
HSV(B) 255.71º 0.66% 1% -
XYZ 30.82 18.86 96.62 -
YUV 119.31 204.58 136.34 -
System Red Green Blue C M Y K H S L
Decimal 131 87 255 0.49 0.66 0 0 255.71 1 0.67
Hex 83 57 FF 31 42 0 0 100 64 43
Octal 203 127 377 61 102 0 0 400 144 103
Binary 10000011 1010111 11111111 110001 1000010 0 0 100000000 1100100 1000011

Color Harmonies of #8357FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8357FF

Black with #8357FF

Text Example


Text Example

White with #8357FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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