Html Css Color HEX #867CEC Light Slate Blue

📋 copy color: '#867CEC'

red 134 ◦ green 124 ◦ blue 236

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

Shades of Light Slate Blue #867CEC

Tints of Light Slate Blue #867CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 27.13%
G = 25.1%
B = 47.77%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#867CEC (or 0x867CEC) is known color: Light Slate Blue. HEX triplet: 86, 7C and EC. RGB value is (134,124,236). Sum of RGB (Red+Green+Blue) = 134+124+236=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #867CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CEC is #798313. Grayscale: #8B8B8B. Windows color (decimal): -7963412 or 15498374. OLE color: 15498374.

HSL color Cylindrical-coordinate representation of color #867CEC: hue angle of 245.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867CEC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 124 236 -
CMYK 0.43 0.47 0 0.07
HSL 245.36º 0.75% 0.71% -
HSV(B) 245.36º 0.47% 0.93% -
XYZ 32.18 25.54 82.59 -
YUV 139.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 134 124 236 0.43 0.47 0 0.07 245.36 0.75 0.71
Hex 86 7C EC 2B 2F 0 7 F5 4B 47
Octal 206 174 354 53 57 0 7 365 113 107
Binary 10000110 1111100 11101100 101011 101111 0 111 11110101 1001011 1000111

Color Harmonies of #867CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CEC

Black with #867CEC

Text Example


Text Example

White with #867CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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