Html Css Color HEX #865AEB Medium Slate Blue

📋 copy color: '#865AEB'

red 134 ◦ green 90 ◦ blue 235

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

Shades of Medium Slate Blue #865AEB

Tints of Medium Slate Blue #865AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 29.19%
G = 19.61%
B = 51.2%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#865AEB (or 0x865AEB) is known color: Medium Slate Blue. HEX triplet: 86, 5A and EB. RGB value is (134,90,235). Sum of RGB (Red+Green+Blue) = 134+90+235=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #865AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AEB is #79A514. Grayscale: #777777. Windows color (decimal): -7972117 or 15424134. OLE color: 15424134.

HSL color Cylindrical-coordinate representation of color #865AEB: hue angle of 258.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865AEB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 90 235 -
CMYK 0.43 0.62 0 0.08
HSL 258.21º 0.78% 0.64% -
HSV(B) 258.21º 0.62% 0.92% -
XYZ 28.48 18.38 80.64 -
YUV 119.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 134 90 235 0.43 0.62 0 0.08 258.21 0.78 0.64
Hex 86 5A EB 2B 3E 0 8 102 4E 40
Octal 206 132 353 53 76 0 10 402 116 100
Binary 10000110 1011010 11101011 101011 111110 0 1000 100000010 1001110 1000000

Color Harmonies of #865AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AEB

Black with #865AEB

Text Example


Text Example

White with #865AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,90,235); }

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

background-color css

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

 a { background-color: rgb(134,90,235); }

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

border-color css

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

 span { border-color: rgb(134,90,235); }

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