Html Css Color HEX #865FFC Light Slate Blue

📋 copy color: '#865FFC'

red 134 ◦ green 95 ◦ blue 252

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

Shades of Light Slate Blue #865FFC

Tints of Light Slate Blue #865FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 27.86%
G = 19.75%
B = 52.39%

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

#865FFC (or 0x865FFC) is known color: Light Slate Blue. HEX triplet: 86, 5F and FC. RGB value is (134,95,252). Sum of RGB (Red+Green+Blue) = 134+95+252=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #865FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FFC is #79A003. Grayscale: #7B7B7B. Windows color (decimal): -7970820 or 16539526. OLE color: 16539526.

HSL color Cylindrical-coordinate representation of color #865FFC: hue angle of 254.9º degrees, saturation: 0.96, 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 #865FFC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 95 252 -
CMYK 0.47 0.62 0 0.01
HSL 254.9º 0.96% 0.68% -
HSV(B) 254.9º 0.62% 0.99% -
XYZ 31.49 20.28 94.35 -
YUV 124.56 199.92 134.73 -
System Red Green Blue C M Y K H S L
Decimal 134 95 252 0.47 0.62 0 0.01 254.9 0.96 0.68
Hex 86 5F FC 2F 3E 0 1 FF 60 44
Octal 206 137 374 57 76 0 1 377 140 104
Binary 10000110 1011111 11111100 101111 111110 0 1 11111111 1100000 1000100

Color Harmonies of #865FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FFC

Black with #865FFC

Text Example


Text Example

White with #865FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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