Html Css Color HEX #867FEA Medium Slate Blue

📋 copy color: '#867FEA'

red 134 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #867FEA

Tints of Medium Slate Blue #867FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.66%

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

R = 27.07%
G = 25.66%
B = 47.27%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#867FEA (or 0x867FEA) is known color: Medium Slate Blue. HEX triplet: 86, 7F and EA. RGB value is (134,127,234). Sum of RGB (Red+Green+Blue) = 134+127+234=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #867FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FEA is #798015. Grayscale: #8C8C8C. Windows color (decimal): -7962646 or 15368070. OLE color: 15368070.

HSL color Cylindrical-coordinate representation of color #867FEA: hue angle of 243.93º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867FEA is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 127 234 -
CMYK 0.43 0.46 0 0.08
HSL 243.93º 0.72% 0.71% -
HSV(B) 243.93º 0.46% 0.92% -
XYZ 32.27 26.19 81.2 -
YUV 141.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 134 127 234 0.43 0.46 0 0.08 243.93 0.72 0.71
Hex 86 7F EA 2B 2E 0 8 F4 48 47
Octal 206 177 352 53 56 0 10 364 110 107
Binary 10000110 1111111 11101010 101011 101110 0 1000 11110100 1001000 1000111

Color Harmonies of #867FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FEA

Black with #867FEA

Text Example


Text Example

White with #867FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,127,234); }

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

background-color css

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

 a { background-color: rgb(134,127,234); }

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

border-color css

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

 span { border-color: rgb(134,127,234); }

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