Html Css Color HEX #867FFF Light Slate Blue

📋 copy color: '#867FFF'

red 134 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #867FFF

Tints of Light Slate Blue #867FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

 BLUE value IS 255 (100% from 255) = 49.42%

R = 25.97%
G = 24.61%
B = 49.42%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#867FFF (or 0x867FFF) is known color: Light Slate Blue. HEX triplet: 86, 7F and FF. RGB value is (134,127,255). Sum of RGB (Red+Green+Blue) = 134+127+255=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #867FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FFF is #798000. Grayscale: #8F8F8F. Windows color (decimal): -7962625 or 16744326. OLE color: 16744326.

HSL color Cylindrical-coordinate representation of color #867FFF: hue angle of 243.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #867FFF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 127 255 -
CMYK 0.47 0.50 0 0
HSL 243.28º 1% 0.75% -
HSV(B) 243.28º 0.5% 1% -
XYZ 35.47 27.47 98.04 -
YUV 143.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 134 127 255 0.47 0.50 0 0 243.28 1 0.75
Hex 86 7F FF 2F 32 0 0 F3 64 4B
Octal 206 177 377 57 62 0 0 363 144 113
Binary 10000110 1111111 11111111 101111 110010 0 0 11110011 1100100 1001011

Color Harmonies of #867FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FFF

Black with #867FFF

Text Example


Text Example

White with #867FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867FFF; }

 p { color: rgb(134,127,255); }

 H1.HeaderClassName
 {
   color: #867FFF;
 }
 .AnyTagClassName
 {
   color: #867FFF;
 }
</style>

background-color css

<style>
 a { background-color: #867FFF; }

 a { background-color: rgb(134,127,255); }

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

border-color css

<style>
 span { border-color: #867FFF; }

 span { border-color: rgb(134,127,255); }

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