Html Css Color HEX #8673F1 Light Slate Blue

📋 copy color: '#8673F1'

red 134 ◦ green 115 ◦ blue 241

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

Shades of Light Slate Blue #8673F1

Tints of Light Slate Blue #8673F1

RGB

 RED value IS 134 (52.73% from 255) = 27.35%

 GREEN value IS 115 (45.31% from 255) = 23.47%

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 27.35%
G = 23.47%
B = 49.18%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8673F1 (or 0x8673F1) is known color: Light Slate Blue. HEX triplet: 86, 73 and F1. RGB value is (134,115,241). Sum of RGB (Red+Green+Blue) = 134+115+241=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #8673F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8673F1 is #798C0E. Grayscale: #868686. Windows color (decimal): -7965711 or 15823750. OLE color: 15823750.

HSL color Cylindrical-coordinate representation of color #8673F1: hue angle of 249.05º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8673F1 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 115 241 -
CMYK 0.44 0.52 0 0.05
HSL 249.05º 0.82% 0.7% -
HSV(B) 249.05º 0.52% 0.95% -
XYZ 31.84 23.68 86.11 -
YUV 135.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 134 115 241 0.44 0.52 0 0.05 249.05 0.82 0.7
Hex 86 73 F1 2C 34 0 5 F9 52 46
Octal 206 163 361 54 64 0 5 371 122 106
Binary 10000110 1110011 11110001 101100 110100 0 101 11111001 1010010 1000110

Color Harmonies of #8673F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8673F1

Black with #8673F1

Text Example


Text Example

White with #8673F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8673F1; }

 p { color: rgb(134,115,241); }

 H1.HeaderClassName
 {
   color: #8673F1;
 }
 .AnyTagClassName
 {
   color: #8673F1;
 }
</style>

background-color css

<style>
 a { background-color: #8673F1; }

 a { background-color: rgb(134,115,241); }

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

border-color css

<style>
 span { border-color: #8673F1; }

 span { border-color: rgb(134,115,241); }

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