Html Css Color HEX #8375FF Light Slate Blue

📋 copy color: '#8375FF'

red 131 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #8375FF

Tints of Light Slate Blue #8375FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.26%

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

R = 26.04%
G = 23.26%
B = 50.7%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8375FF (or 0x8375FF) is known color: Light Slate Blue. HEX triplet: 83, 75 and FF. RGB value is (131,117,255). Sum of RGB (Red+Green+Blue) = 131+117+255=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8375FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375FF is #7C8A00. Grayscale: #888888. Windows color (decimal): -8161793 or 16741763. OLE color: 16741763.

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

Color convert

RGB 131 117 255 -
CMYK 0.49 0.54 0 0
HSL 246.09º 1% 0.73% -
HSV(B) 246.09º 0.54% 1% -
XYZ 33.77 24.77 97.61 -
YUV 136.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 131 117 255 0.49 0.54 0 0 246.09 1 0.73
Hex 83 75 FF 31 36 0 0 F6 64 49
Octal 203 165 377 61 66 0 0 366 144 111
Binary 10000011 1110101 11111111 110001 110110 0 0 11110110 1100100 1001001

Color Harmonies of #8375FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375FF

Black with #8375FF

Text Example


Text Example

White with #8375FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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