Html Css Color HEX #865FF7 Medium Slate Blue

📋 copy color: '#865FF7'

red 134 ◦ green 95 ◦ blue 247

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

Shades of Medium Slate Blue #865FF7

Tints of Medium Slate Blue #865FF7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 28.15%
G = 19.96%
B = 51.89%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#865FF7 (or 0x865FF7) is known color: Medium Slate Blue. HEX triplet: 86, 5F and F7. RGB value is (134,95,247). Sum of RGB (Red+Green+Blue) = 134+95+247=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #865FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FF7 is #79A008. Grayscale: #7B7B7B. Windows color (decimal): -7970825 or 16211846. OLE color: 16211846.

HSL color Cylindrical-coordinate representation of color #865FF7: hue angle of 255.39º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865FF7 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 95 247 -
CMYK 0.46 0.62 0 0.03
HSL 255.39º 0.9% 0.67% -
HSV(B) 255.39º 0.62% 0.97% -
XYZ 30.71 19.97 90.23 -
YUV 123.99 197.42 135.14 -
System Red Green Blue C M Y K H S L
Decimal 134 95 247 0.46 0.62 0 0.03 255.39 0.9 0.67
Hex 86 5F F7 2E 3E 0 3 FF 5A 43
Octal 206 137 367 56 76 0 3 377 132 103
Binary 10000110 1011111 11110111 101110 111110 0 11 11111111 1011010 1000011

Color Harmonies of #865FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FF7

Black with #865FF7

Text Example


Text Example

White with #865FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865FF7; }

 p { color: rgb(134,95,247); }

 H1.HeaderClassName
 {
   color: #865FF7;
 }
 .AnyTagClassName
 {
   color: #865FF7;
 }
</style>

background-color css

<style>
 a { background-color: #865FF7; }

 a { background-color: rgb(134,95,247); }

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

border-color css

<style>
 span { border-color: #865FF7; }

 span { border-color: rgb(134,95,247); }

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