Html Css Color HEX #865BFF Light Slate Blue

📋 copy color: '#865BFF'

red 134 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #865BFF

Tints of Light Slate Blue #865BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 27.92%
G = 18.96%
B = 53.13%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#865BFF (or 0x865BFF) is known color: Light Slate Blue. HEX triplet: 86, 5B and FF. RGB value is (134,91,255). Sum of RGB (Red+Green+Blue) = 134+91+255=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #865BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BFF is #79A400. Grayscale: #797979. Windows color (decimal): -7971841 or 16735110. OLE color: 16735110.

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

Color convert

RGB 134 91 255 -
CMYK 0.47 0.64 0 0
HSL 255.73º 1% 0.68% -
HSV(B) 255.73º 0.64% 1% -
XYZ 31.62 19.77 96.76 -
YUV 122.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 134 91 255 0.47 0.64 0 0 255.73 1 0.68
Hex 86 5B FF 2F 40 0 0 100 64 44
Octal 206 133 377 57 100 0 0 400 144 104
Binary 10000110 1011011 11111111 101111 1000000 0 0 100000000 1100100 1000100

Color Harmonies of #865BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BFF

Black with #865BFF

Text Example


Text Example

White with #865BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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