Html Css Color HEX #8679EE Light Slate Blue

📋 copy color: '#8679EE'

red 134 ◦ green 121 ◦ blue 238

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

Shades of Light Slate Blue #8679EE

Tints of Light Slate Blue #8679EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 27.18%
G = 24.54%
B = 48.28%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8679EE (or 0x8679EE) is known color: Light Slate Blue. HEX triplet: 86, 79 and EE. RGB value is (134,121,238). Sum of RGB (Red+Green+Blue) = 134+121+238=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #8679EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679EE is #798611. Grayscale: #898989. Windows color (decimal): -7964178 or 15628678. OLE color: 15628678.

HSL color Cylindrical-coordinate representation of color #8679EE: hue angle of 246.67º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8679EE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 121 238 -
CMYK 0.44 0.49 0 0.07
HSL 246.67º 0.77% 0.7% -
HSV(B) 246.67º 0.49% 0.93% -
XYZ 32.1 24.92 84.01 -
YUV 138.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 134 121 238 0.44 0.49 0 0.07 246.67 0.77 0.7
Hex 86 79 EE 2C 31 0 7 F7 4D 46
Octal 206 171 356 54 61 0 7 367 115 106
Binary 10000110 1111001 11101110 101100 110001 0 111 11110111 1001101 1000110

Color Harmonies of #8679EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8679EE

Black with #8679EE

Text Example


Text Example

White with #8679EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8679EE; }

 p { color: rgb(134,121,238); }

 H1.HeaderClassName
 {
   color: #8679EE;
 }
 .AnyTagClassName
 {
   color: #8679EE;
 }
</style>

background-color css

<style>
 a { background-color: #8679EE; }

 a { background-color: rgb(134,121,238); }

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

border-color css

<style>
 span { border-color: #8679EE; }

 span { border-color: rgb(134,121,238); }

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