Html Css Color HEX #867AE8 Medium Slate Blue

📋 copy color: '#867AE8'

red 134 ◦ green 122 ◦ blue 232

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

Shades of Medium Slate Blue #867AE8

Tints of Medium Slate Blue #867AE8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25%

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 27.46%
G = 25%
B = 47.54%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#867AE8 (or 0x867AE8) is known color: Medium Slate Blue. HEX triplet: 86, 7A and E8. RGB value is (134,122,232). Sum of RGB (Red+Green+Blue) = 134+122+232=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #867AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867AE8 is #798517. Grayscale: #898989. Windows color (decimal): -7963928 or 15235718. OLE color: 15235718.

HSL color Cylindrical-coordinate representation of color #867AE8: hue angle of 246.55º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867AE8 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 122 232 -
CMYK 0.42 0.47 0 0.09
HSL 246.55º 0.71% 0.69% -
HSV(B) 246.55º 0.47% 0.91% -
XYZ 31.36 24.81 79.48 -
YUV 138.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 134 122 232 0.42 0.47 0 0.09 246.55 0.71 0.69
Hex 86 7A E8 2A 2F 0 9 F7 47 45
Octal 206 172 350 52 57 0 11 367 107 105
Binary 10000110 1111010 11101000 101010 101111 0 1001 11110111 1000111 1000101

Color Harmonies of #867AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867AE8

Black with #867AE8

Text Example


Text Example

White with #867AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867AE8; }

 p { color: rgb(134,122,232); }

 H1.HeaderClassName
 {
   color: #867AE8;
 }
 .AnyTagClassName
 {
   color: #867AE8;
 }
</style>

background-color css

<style>
 a { background-color: #867AE8; }

 a { background-color: rgb(134,122,232); }

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

border-color css

<style>
 span { border-color: #867AE8; }

 span { border-color: rgb(134,122,232); }

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