Html Css Color HEX #8674FA Light Slate Blue

📋 copy color: '#8674FA'

red 134 ◦ green 116 ◦ blue 250

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

Shades of Light Slate Blue #8674FA

Tints of Light Slate Blue #8674FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.2%

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

R = 26.8%
G = 23.2%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8674FA (or 0x8674FA) is known color: Light Slate Blue. HEX triplet: 86, 74 and FA. RGB value is (134,116,250). Sum of RGB (Red+Green+Blue) = 134+116+250=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8674FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8674FA is #798B05. Grayscale: #888888. Windows color (decimal): -7965446 or 16413830. OLE color: 16413830.

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

Color convert

RGB 134 116 250 -
CMYK 0.46 0.54 0 0.02
HSL 248.06º 0.93% 0.72% -
HSV(B) 248.06º 0.54% 0.98% -
XYZ 33.33 24.46 93.41 -
YUV 136.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 134 116 250 0.46 0.54 0 0.02 248.06 0.93 0.72
Hex 86 74 FA 2E 36 0 2 F8 5D 48
Octal 206 164 372 56 66 0 2 370 135 110
Binary 10000110 1110100 11111010 101110 110110 0 10 11111000 1011101 1001000

Color Harmonies of #8674FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674FA

Black with #8674FA

Text Example


Text Example

White with #8674FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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