Html Css Color HEX #865CFE Light Slate Blue

📋 copy color: '#865CFE'

red 134 ◦ green 92 ◦ blue 254

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

Shades of Light Slate Blue #865CFE

Tints of Light Slate Blue #865CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 27.92%
G = 19.17%
B = 52.92%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#865CFE (or 0x865CFE) is known color: Light Slate Blue. HEX triplet: 86, 5C and FE. RGB value is (134,92,254). Sum of RGB (Red+Green+Blue) = 134+92+254=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #865CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CFE is #79A301. Grayscale: #7A7A7A. Windows color (decimal): -7971586 or 16669830. OLE color: 16669830.

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

Color convert

RGB 134 92 254 -
CMYK 0.47 0.64 0 0.00
HSL 255.56º 0.99% 0.68% -
HSV(B) 255.56º 0.64% 1% -
XYZ 31.55 19.88 95.94 -
YUV 123.03 201.91 135.83 -
System Red Green Blue C M Y K H S L
Decimal 134 92 254 0.47 0.64 0 0.00 255.56 0.99 0.68
Hex 86 5C FE 2F 40 0 0 100 63 44
Octal 206 134 376 57 100 0 0 400 143 104
Binary 10000110 1011100 11111110 101111 1000000 0 0 100000000 1100011 1000100

Color Harmonies of #865CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CFE

Black with #865CFE

Text Example


Text Example

White with #865CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,254); }

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

background-color css

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

 a { background-color: rgb(134,92,254); }

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

border-color css

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

 span { border-color: rgb(134,92,254); }

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