Html Css Color HEX #865BFB Medium Slate Blue

📋 copy color: '#865BFB'

red 134 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #865BFB

Tints of Medium Slate Blue #865BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

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

R = 28.15%
G = 19.12%
B = 52.73%

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

#865BFB (or 0x865BFB) is known color: Medium Slate Blue. HEX triplet: 86, 5B and FB. RGB value is (134,91,251). Sum of RGB (Red+Green+Blue) = 134+91+251=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #865BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BFB is #79A404. Grayscale: #797979. Windows color (decimal): -7971845 or 16472966. OLE color: 16472966.

HSL color Cylindrical-coordinate representation of color #865BFB: hue angle of 256.12º 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 #865BFB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 91 251 -
CMYK 0.47 0.64 0 0.02
HSL 256.13º 0.95% 0.67% -
HSV(B) 256.13º 0.64% 0.98% -
XYZ 30.99 19.52 93.4 -
YUV 122.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 134 91 251 0.47 0.64 0 0.02 256.13 0.95 0.67
Hex 86 5B FB 2F 40 0 2 100 5F 43
Octal 206 133 373 57 100 0 2 400 137 103
Binary 10000110 1011011 11111011 101111 1000000 0 10 100000000 1011111 1000011

Color Harmonies of #865BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BFB

Black with #865BFB

Text Example


Text Example

White with #865BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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