Html Css Color HEX #865FFD Light Slate Blue

📋 copy color: '#865FFD'

red 134 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #865FFD

Tints of Light Slate Blue #865FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

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

R = 27.8%
G = 19.71%
B = 52.49%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#865FFD (or 0x865FFD) is known color: Light Slate Blue. HEX triplet: 86, 5F and FD. RGB value is (134,95,253). Sum of RGB (Red+Green+Blue) = 134+95+253=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #865FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FFD is #79A002. Grayscale: #7C7C7C. Windows color (decimal): -7970819 or 16605062. OLE color: 16605062.

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

Color convert

RGB 134 95 253 -
CMYK 0.47 0.62 0 0.01
HSL 254.81º 0.98% 0.68% -
HSV(B) 254.81º 0.62% 0.99% -
XYZ 31.65 20.34 95.19 -
YUV 124.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 134 95 253 0.47 0.62 0 0.01 254.81 0.98 0.68
Hex 86 5F FD 2F 3E 0 1 FF 62 44
Octal 206 137 375 57 76 0 1 377 142 104
Binary 10000110 1011111 11111101 101111 111110 0 1 11111111 1100010 1000100

Color Harmonies of #865FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FFD

Black with #865FFD

Text Example


Text Example

White with #865FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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