Html Css Color HEX #865AFB Medium Slate Blue

📋 copy color: '#865AFB'

red 134 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #865AFB

Tints of Medium Slate Blue #865AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 28.21%
G = 18.95%
B = 52.84%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#865AFB (or 0x865AFB) is known color: Medium Slate Blue. HEX triplet: 86, 5A and FB. RGB value is (134,90,251). Sum of RGB (Red+Green+Blue) = 134+90+251=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #865AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AFB is #79A504. Grayscale: #787878. Windows color (decimal): -7972101 or 16472710. OLE color: 16472710.

HSL color Cylindrical-coordinate representation of color #865AFB: hue angle of 256.4º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #865AFB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 90 251 -
CMYK 0.47 0.64 0 0.02
HSL 256.4º 0.95% 0.67% -
HSV(B) 256.4º 0.64% 0.98% -
XYZ 30.9 19.35 93.37 -
YUV 121.51 201.08 136.91 -
System Red Green Blue C M Y K H S L
Decimal 134 90 251 0.47 0.64 0 0.02 256.4 0.95 0.67
Hex 86 5A FB 2F 40 0 2 100 5F 43
Octal 206 132 373 57 100 0 2 400 137 103
Binary 10000110 1011010 11111011 101111 1000000 0 10 100000000 1011111 1000011

Color Harmonies of #865AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AFB

Black with #865AFB

Text Example


Text Example

White with #865AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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