Html Css Color HEX #867FFE Light Slate Blue

📋 copy color: '#867FFE'

red 134 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #867FFE

Tints of Light Slate Blue #867FFE

RGB

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

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

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

R = 26.02%
G = 24.66%
B = 49.32%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#867FFE (or 0x867FFE) is known color: Light Slate Blue. HEX triplet: 86, 7F and FE. RGB value is (134,127,254). Sum of RGB (Red+Green+Blue) = 134+127+254=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #867FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FFE is #798001. Grayscale: #8F8F8F. Windows color (decimal): -7962626 or 16678790. OLE color: 16678790.

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

Color convert

RGB 134 127 254 -
CMYK 0.47 0.50 0 0.00
HSL 243.31º 0.98% 0.75% -
HSV(B) 243.31º 0.5% 1% -
XYZ 35.31 27.4 97.19 -
YUV 143.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 134 127 254 0.47 0.50 0 0.00 243.31 0.98 0.75
Hex 86 7F FE 2F 32 0 0 F3 62 4B
Octal 206 177 376 57 62 0 0 363 142 113
Binary 10000110 1111111 11111110 101111 110010 0 0 11110011 1100010 1001011

Color Harmonies of #867FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FFE

Black with #867FFE

Text Example


Text Example

White with #867FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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