Html Css Color HEX #8366FF Light Slate Blue

📋 copy color: '#8366FF'

red 131 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #8366FF

Tints of Light Slate Blue #8366FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.9%

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

R = 26.84%
G = 20.9%
B = 52.25%

CMYK

 C value IS 0.49

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8366FF (or 0x8366FF) is known color: Light Slate Blue. HEX triplet: 83, 66 and FF. RGB value is (131,102,255). Sum of RGB (Red+Green+Blue) = 131+102+255=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8366FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8366FF is #7C9900. Grayscale: #7F7F7F. Windows color (decimal): -8165633 or 16737923. OLE color: 16737923.

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

Color convert

RGB 131 102 255 -
CMYK 0.49 0.6 0 0
HSL 251.37º 1% 0.7% -
HSV(B) 251.37º 0.6% 1% -
XYZ 32.16 21.55 97.07 -
YUV 128.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 131 102 255 0.49 0.6 0 0 251.37 1 0.7
Hex 83 66 FF 31 3C 0 0 FB 64 46
Octal 203 146 377 61 74 0 0 373 144 106
Binary 10000011 1100110 11111111 110001 111100 0 0 11111011 1100100 1000110

Color Harmonies of #8366FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366FF

Black with #8366FF

Text Example


Text Example

White with #8366FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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