Html Css Color HEX #8168EA Medium Slate Blue

📋 copy color: '#8168EA'

red 129 ◦ green 104 ◦ blue 234

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

Shades of Medium Slate Blue #8168EA

Tints of Medium Slate Blue #8168EA

RGB

 RED value IS 129 (50.78% from 255) = 27.62%

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 27.62%
G = 22.27%
B = 50.11%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8168EA (or 0x8168EA) is known color: Medium Slate Blue. HEX triplet: 81, 68 and EA. RGB value is (129,104,234). Sum of RGB (Red+Green+Blue) = 129+104+234=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #8168EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8168EA is #7E9715. Grayscale: #7D7D7D. Windows color (decimal): -8296214 or 15362177. OLE color: 15362177.

HSL color Cylindrical-coordinate representation of color #8168EA: hue angle of 251.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8168EA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 104 234 -
CMYK 0.45 0.56 0 0.08
HSL 251.54º 0.76% 0.66% -
HSV(B) 251.54º 0.56% 0.92% -
XYZ 28.85 20.51 80.28 -
YUV 126.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 129 104 234 0.45 0.56 0 0.08 251.54 0.76 0.66
Hex 81 68 EA 2D 38 0 8 FC 4C 42
Octal 201 150 352 55 70 0 10 374 114 102
Binary 10000001 1101000 11101010 101101 111000 0 1000 11111100 1001100 1000010

Color Harmonies of #8168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8168EA

Black with #8168EA

Text Example


Text Example

White with #8168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8168EA; }

 p { color: rgb(129,104,234); }

 H1.HeaderClassName
 {
   color: #8168EA;
 }
 .AnyTagClassName
 {
   color: #8168EA;
 }
</style>

background-color css

<style>
 a { background-color: #8168EA; }

 a { background-color: rgb(129,104,234); }

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

border-color css

<style>
 span { border-color: #8168EA; }

 span { border-color: rgb(129,104,234); }

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