Html Css Color HEX #8377F7 Light Slate Blue

📋 copy color: '#8377F7'

red 131 ◦ green 119 ◦ blue 247

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

Shades of Light Slate Blue #8377F7

Tints of Light Slate Blue #8377F7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 26.36%
G = 23.94%
B = 49.7%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8377F7 (or 0x8377F7) is known color: Light Slate Blue. HEX triplet: 83, 77 and F7. RGB value is (131,119,247). Sum of RGB (Red+Green+Blue) = 131+119+247=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #8377F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8377F7 is #7C8808. Grayscale: #888888. Windows color (decimal): -8161289 or 16217987. OLE color: 16217987.

HSL color Cylindrical-coordinate representation of color #8377F7: hue angle of 245.62º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8377F7 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 119 247 -
CMYK 0.47 0.52 0 0.03
HSL 245.63º 0.89% 0.72% -
HSV(B) 245.63º 0.52% 0.97% -
XYZ 32.75 24.73 91.04 -
YUV 137.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 131 119 247 0.47 0.52 0 0.03 245.63 0.89 0.72
Hex 83 77 F7 2F 34 0 3 F6 59 48
Octal 203 167 367 57 64 0 3 366 131 110
Binary 10000011 1110111 11110111 101111 110100 0 11 11110110 1011001 1001000

Color Harmonies of #8377F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377F7

Black with #8377F7

Text Example


Text Example

White with #8377F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8377F7; }

 p { color: rgb(131,119,247); }

 H1.HeaderClassName
 {
   color: #8377F7;
 }
 .AnyTagClassName
 {
   color: #8377F7;
 }
</style>

background-color css

<style>
 a { background-color: #8377F7; }

 a { background-color: rgb(131,119,247); }

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

border-color css

<style>
 span { border-color: #8377F7; }

 span { border-color: rgb(131,119,247); }

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