Html Css Color HEX #8671FA Light Slate Blue

📋 copy color: '#8671FA'

red 134 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #8671FA

Tints of Light Slate Blue #8671FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.74%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 26.96%
G = 22.74%
B = 50.3%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8671FA (or 0x8671FA) is known color: Light Slate Blue. HEX triplet: 86, 71 and FA. RGB value is (134,113,250). Sum of RGB (Red+Green+Blue) = 134+113+250=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #8671FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8671FA is #798E05. Grayscale: #868686. Windows color (decimal): -7966214 or 16413062. OLE color: 16413062.

HSL color Cylindrical-coordinate representation of color #8671FA: hue angle of 249.2º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8671FA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 113 250 -
CMYK 0.46 0.55 0 0.02
HSL 249.2º 0.93% 0.71% -
HSV(B) 249.2º 0.55% 0.98% -
XYZ 32.99 23.78 93.29 -
YUV 134.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 134 113 250 0.46 0.55 0 0.02 249.2 0.93 0.71
Hex 86 71 FA 2E 37 0 2 F9 5D 47
Octal 206 161 372 56 67 0 2 371 135 107
Binary 10000110 1110001 11111010 101110 110111 0 10 11111001 1011101 1000111

Color Harmonies of #8671FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8671FA

Black with #8671FA

Text Example


Text Example

White with #8671FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8671FA; }

 p { color: rgb(134,113,250); }

 H1.HeaderClassName
 {
   color: #8671FA;
 }
 .AnyTagClassName
 {
   color: #8671FA;
 }
</style>

background-color css

<style>
 a { background-color: #8671FA; }

 a { background-color: rgb(134,113,250); }

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

border-color css

<style>
 span { border-color: #8671FA; }

 span { border-color: rgb(134,113,250); }

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