Html Css Color HEX #867CFE Light Slate Blue

📋 copy color: '#867CFE'

red 134 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #867CFE

Tints of Light Slate Blue #867CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

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

R = 26.17%
G = 24.22%
B = 49.61%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#867CFE (or 0x867CFE) is known color: Light Slate Blue. HEX triplet: 86, 7C and FE. RGB value is (134,124,254). Sum of RGB (Red+Green+Blue) = 134+124+254=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #867CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CFE is #798301. Grayscale: #8D8D8D. Windows color (decimal): -7963394 or 16678022. OLE color: 16678022.

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

Color convert

RGB 134 124 254 -
CMYK 0.47 0.51 0 0.00
HSL 244.62º 0.98% 0.74% -
HSV(B) 244.62º 0.51% 1% -
XYZ 34.93 26.64 97.07 -
YUV 141.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 134 124 254 0.47 0.51 0 0.00 244.62 0.98 0.74
Hex 86 7C FE 2F 33 0 0 F5 62 4A
Octal 206 174 376 57 63 0 0 365 142 112
Binary 10000110 1111100 11111110 101111 110011 0 0 11110101 1100010 1001010

Color Harmonies of #867CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CFE

Black with #867CFE

Text Example


Text Example

White with #867CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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