#8361FF

Color #8361FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8361FF

Tints of Light Slate Blue #8361FF

Color information

#8361FF (or 0x8361FF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 61 and FF. RGB value is (131,97,255). Sum of RGB (Red+Green+Blue) = 131+97+255=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #8361FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8361FF is #7C9E00. Grayscale: #7C7C7C. Windows color (decimal): -8166913 or 16736643. OLE color: 16736643.

HSL color Cylindrical-coordinate representation of color #8361FF: hue angle of 252.91º 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 #8361FF is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13197255-
CMYK0.490.6200
HSL252.91º100%69.02%-
HSV(B)252.91º61.96%100%-
XYZ31.6820.5996.91-
YUV125.18201.26132.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 255 (100% from 255) = 52.80%
R=27.12%
G=20.08%
B=52.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131972550.490.6200252.9110069.02
Hex8361FF313E00fd6445
Octal203141377617600375144105
Binary10000011110000111111111110001111110001111110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8361FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8361FF;
 }
 .AnyTagClassName
 {
   color: #8361FF;
 }
</style>
background-color css

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

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

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

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

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

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