Html Css Color HEX #867CEE Light Slate Blue

📋 copy color: '#867CEE'

red 134 ◦ green 124 ◦ blue 238

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

Shades of Light Slate Blue #867CEE

Tints of Light Slate Blue #867CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 27.02%
G = 25%
B = 47.98%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#867CEE (or 0x867CEE) is known color: Light Slate Blue. HEX triplet: 86, 7C and EE. RGB value is (134,124,238). Sum of RGB (Red+Green+Blue) = 134+124+238=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #867CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CEE is #798311. Grayscale: #8B8B8B. Windows color (decimal): -7963410 or 15629446. OLE color: 15629446.

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

Color convert

RGB 134 124 238 -
CMYK 0.44 0.48 0 0.07
HSL 245.26º 0.77% 0.71% -
HSV(B) 245.26º 0.48% 0.93% -
XYZ 32.47 25.66 84.13 -
YUV 139.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 134 124 238 0.44 0.48 0 0.07 245.26 0.77 0.71
Hex 86 7C EE 2C 30 0 7 F5 4D 47
Octal 206 174 356 54 60 0 7 365 115 107
Binary 10000110 1111100 11101110 101100 110000 0 111 11110101 1001101 1000111

Color Harmonies of #867CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CEE

Black with #867CEE

Text Example


Text Example

White with #867CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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