Html Css Color HEX #8674FE Light Slate Blue

📋 copy color: '#8674FE'

red 134 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #8674FE

Tints of Light Slate Blue #8674FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 26.59%
G = 23.02%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8674FE (or 0x8674FE) is known color: Light Slate Blue. HEX triplet: 86, 74 and FE. RGB value is (134,116,254). Sum of RGB (Red+Green+Blue) = 134+116+254=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8674FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8674FE is #798B01. Grayscale: #888888. Windows color (decimal): -7965442 or 16675974. OLE color: 16675974.

HSL color Cylindrical-coordinate representation of color #8674FE: hue angle of 247.83º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8674FE is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 116 254 -
CMYK 0.47 0.54 0 0.00
HSL 247.83º 0.99% 0.73% -
HSV(B) 247.83º 0.54% 1% -
XYZ 33.97 24.71 96.75 -
YUV 137.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 134 116 254 0.47 0.54 0 0.00 247.83 0.99 0.73
Hex 86 74 FE 2F 36 0 0 F8 63 49
Octal 206 164 376 57 66 0 0 370 143 111
Binary 10000110 1110100 11111110 101111 110110 0 0 11111000 1100011 1001001

Color Harmonies of #8674FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674FE

Black with #8674FE

Text Example


Text Example

White with #8674FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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