Html Css Color HEX #865CFD Light Slate Blue

📋 copy color: '#865CFD'

red 134 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #865CFD

Tints of Light Slate Blue #865CFD

RGB

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

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

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

R = 27.97%
G = 19.21%
B = 52.82%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#865CFD (or 0x865CFD) is known color: Light Slate Blue. HEX triplet: 86, 5C and FD. RGB value is (134,92,253). Sum of RGB (Red+Green+Blue) = 134+92+253=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #865CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CFD is #79A302. Grayscale: #7A7A7A. Windows color (decimal): -7971587 or 16604294. OLE color: 16604294.

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

Color convert

RGB 134 92 253 -
CMYK 0.47 0.64 0 0.01
HSL 255.65º 0.98% 0.68% -
HSV(B) 255.65º 0.64% 0.99% -
XYZ 31.39 19.81 95.1 -
YUV 122.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 134 92 253 0.47 0.64 0 0.01 255.65 0.98 0.68
Hex 86 5C FD 2F 40 0 1 100 62 44
Octal 206 134 375 57 100 0 1 400 142 104
Binary 10000110 1011100 11111101 101111 1000000 0 1 100000000 1100010 1000100

Color Harmonies of #865CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CFD

Black with #865CFD

Text Example


Text Example

White with #865CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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