Html Css Color HEX #8673F6 Light Slate Blue

📋 copy color: '#8673F6'

red 134 ◦ green 115 ◦ blue 246

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

Shades of Light Slate Blue #8673F6

Tints of Light Slate Blue #8673F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 27.07%
G = 23.23%
B = 49.7%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8673F6 (or 0x8673F6) is known color: Light Slate Blue. HEX triplet: 86, 73 and F6. RGB value is (134,115,246). Sum of RGB (Red+Green+Blue) = 134+115+246=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #8673F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8673F6 is #798C09. Grayscale: #878787. Windows color (decimal): -7965706 or 16151430. OLE color: 16151430.

HSL color Cylindrical-coordinate representation of color #8673F6: hue angle of 248.7º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8673F6 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 115 246 -
CMYK 0.46 0.53 0 0.04
HSL 248.7º 0.88% 0.71% -
HSV(B) 248.7º 0.53% 0.96% -
XYZ 32.6 23.98 90.1 -
YUV 135.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 134 115 246 0.46 0.53 0 0.04 248.7 0.88 0.71
Hex 86 73 F6 2E 35 0 4 F9 58 47
Octal 206 163 366 56 65 0 4 371 130 107
Binary 10000110 1110011 11110110 101110 110101 0 100 11111001 1011000 1000111

Color Harmonies of #8673F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8673F6

Black with #8673F6

Text Example


Text Example

White with #8673F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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