Html Css Color HEX #867DEC Light Slate Blue

📋 copy color: '#867DEC'

red 134 ◦ green 125 ◦ blue 236

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

Shades of Light Slate Blue #867DEC

Tints of Light Slate Blue #867DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

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

R = 27.07%
G = 25.25%
B = 47.68%

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

#867DEC (or 0x867DEC) is known color: Light Slate Blue. HEX triplet: 86, 7D and EC. RGB value is (134,125,236). Sum of RGB (Red+Green+Blue) = 134+125+236=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #867DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DEC is #798213. Grayscale: #8B8B8B. Windows color (decimal): -7963156 or 15498630. OLE color: 15498630.

HSL color Cylindrical-coordinate representation of color #867DEC: hue angle of 244.86º degrees, saturation: 0.74, 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 #867DEC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 125 236 -
CMYK 0.43 0.47 0 0.07
HSL 244.86º 0.74% 0.71% -
HSV(B) 244.86º 0.47% 0.93% -
XYZ 32.31 25.79 82.63 -
YUV 140.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 134 125 236 0.43 0.47 0 0.07 244.86 0.74 0.71
Hex 86 7D EC 2B 2F 0 7 F5 4A 47
Octal 206 175 354 53 57 0 7 365 112 107
Binary 10000110 1111101 11101100 101011 101111 0 111 11110101 1001010 1000111

Color Harmonies of #867DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DEC

Black with #867DEC

Text Example


Text Example

White with #867DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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