Html Css Color HEX #8368FF Light Slate Blue

📋 copy color: '#8368FF'

red 131 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #8368FF

Tints of Light Slate Blue #8368FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

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

R = 26.73%
G = 21.22%
B = 52.04%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8368FF (or 0x8368FF) is known color: Light Slate Blue. HEX triplet: 83, 68 and FF. RGB value is (131,104,255). Sum of RGB (Red+Green+Blue) = 131+104+255=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8368FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8368FF is #7C9700. Grayscale: #808080. Windows color (decimal): -8165121 or 16738435. OLE color: 16738435.

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

Color convert

RGB 131 104 255 -
CMYK 0.49 0.59 0 0
HSL 250.73º 1% 0.7% -
HSV(B) 250.73º 0.59% 1% -
XYZ 32.36 21.95 97.14 -
YUV 129.29 198.95 129.22 -
System Red Green Blue C M Y K H S L
Decimal 131 104 255 0.49 0.59 0 0 250.73 1 0.7
Hex 83 68 FF 31 3B 0 0 FB 64 46
Octal 203 150 377 61 73 0 0 373 144 106
Binary 10000011 1101000 11111111 110001 111011 0 0 11111011 1100100 1000110

Color Harmonies of #8368FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8368FF

Black with #8368FF

Text Example


Text Example

White with #8368FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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