Html Css Color HEX #865EFD Light Slate Blue

📋 copy color: '#865EFD'

red 134 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #865EFD

Tints of Light Slate Blue #865EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 27.86%
G = 19.54%
B = 52.6%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#865EFD (or 0x865EFD) is known color: Light Slate Blue. HEX triplet: 86, 5E and FD. RGB value is (134,94,253). Sum of RGB (Red+Green+Blue) = 134+94+253=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #865EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EFD is #79A102. Grayscale: #7B7B7B. Windows color (decimal): -7971075 or 16604806. OLE color: 16604806.

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

Color convert

RGB 134 94 253 -
CMYK 0.47 0.63 0 0.01
HSL 255.09º 0.98% 0.68% -
HSV(B) 255.09º 0.63% 0.99% -
XYZ 31.56 20.17 95.16 -
YUV 124.09 200.75 135.07 -
System Red Green Blue C M Y K H S L
Decimal 134 94 253 0.47 0.63 0 0.01 255.09 0.98 0.68
Hex 86 5E FD 2F 3F 0 1 FF 62 44
Octal 206 136 375 57 77 0 1 377 142 104
Binary 10000110 1011110 11111101 101111 111111 0 1 11111111 1100010 1000100

Color Harmonies of #865EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EFD

Black with #865EFD

Text Example


Text Example

White with #865EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,253); }

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

background-color css

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

 a { background-color: rgb(134,94,253); }

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

border-color css

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

 span { border-color: rgb(134,94,253); }

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