Html Css Color HEX #864BFB Medium Slate Blue

📋 copy color: '#864BFB'

red 134 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #864BFB

Tints of Medium Slate Blue #864BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.3%

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

R = 29.13%
G = 16.3%
B = 54.57%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#864BFB (or 0x864BFB) is known color: Medium Slate Blue. HEX triplet: 86, 4B and FB. RGB value is (134,75,251). Sum of RGB (Red+Green+Blue) = 134+75+251=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #864BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BFB is #79B404. Grayscale: #707070. Windows color (decimal): -7975941 or 16468870. OLE color: 16468870.

HSL color Cylindrical-coordinate representation of color #864BFB: hue angle of 260.11º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864BFB is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 75 251 -
CMYK 0.47 0.70 0 0.02
HSL 260.11º 0.96% 0.64% -
HSV(B) 260.11º 0.7% 0.98% -
XYZ 29.76 17.07 92.99 -
YUV 112.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 134 75 251 0.47 0.70 0 0.02 260.11 0.96 0.64
Hex 86 4B FB 2F 46 0 2 104 60 40
Octal 206 113 373 57 106 0 2 404 140 100
Binary 10000110 1001011 11111011 101111 1000110 0 10 100000100 1100000 1000000

Color Harmonies of #864BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864BFB

Black with #864BFB

Text Example


Text Example

White with #864BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864BFB; }

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

 H1.HeaderClassName
 {
   color: #864BFB;
 }
 .AnyTagClassName
 {
   color: #864BFB;
 }
</style>

background-color css

<style>
 a { background-color: #864BFB; }

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

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

border-color css

<style>
 span { border-color: #864BFB; }

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

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