Html Css Color HEX #867CF1 Light Slate Blue

📋 copy color: '#867CF1'

red 134 ◦ green 124 ◦ blue 241

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

Shades of Light Slate Blue #867CF1

Tints of Light Slate Blue #867CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 26.85%
G = 24.85%
B = 48.3%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#867CF1 (or 0x867CF1) is known color: Light Slate Blue. HEX triplet: 86, 7C and F1. RGB value is (134,124,241). Sum of RGB (Red+Green+Blue) = 134+124+241=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #867CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CF1 is #79830E. Grayscale: #8B8B8B. Windows color (decimal): -7963407 or 15826054. OLE color: 15826054.

HSL color Cylindrical-coordinate representation of color #867CF1: hue angle of 245.13º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #867CF1 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 124 241 -
CMYK 0.44 0.49 0 0.05
HSL 245.13º 0.81% 0.72% -
HSV(B) 245.13º 0.49% 0.95% -
XYZ 32.92 25.83 86.47 -
YUV 140.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 134 124 241 0.44 0.49 0 0.05 245.13 0.81 0.72
Hex 86 7C F1 2C 31 0 5 F5 51 48
Octal 206 174 361 54 61 0 5 365 121 110
Binary 10000110 1111100 11110001 101100 110001 0 101 11110101 1010001 1001000

Color Harmonies of #867CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CF1

Black with #867CF1

Text Example


Text Example

White with #867CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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