Html Css Color HEX #867CED Light Slate Blue

📋 copy color: '#867CED'

red 134 ◦ green 124 ◦ blue 237

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

Shades of Light Slate Blue #867CED

Tints of Light Slate Blue #867CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 27.07%
G = 25.05%
B = 47.88%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#867CED (or 0x867CED) is known color: Light Slate Blue. HEX triplet: 86, 7C and ED. RGB value is (134,124,237). Sum of RGB (Red+Green+Blue) = 134+124+237=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #867CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CED is #798312. Grayscale: #8B8B8B. Windows color (decimal): -7963411 or 15563910. OLE color: 15563910.

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

Color convert

RGB 134 124 237 -
CMYK 0.43 0.48 0 0.07
HSL 245.31º 0.76% 0.71% -
HSV(B) 245.31º 0.48% 0.93% -
XYZ 32.33 25.6 83.36 -
YUV 139.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 134 124 237 0.43 0.48 0 0.07 245.31 0.76 0.71
Hex 86 7C ED 2B 30 0 7 F5 4C 47
Octal 206 174 355 53 60 0 7 365 114 107
Binary 10000110 1111100 11101101 101011 110000 0 111 11110101 1001100 1000111

Color Harmonies of #867CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CED

Black with #867CED

Text Example


Text Example

White with #867CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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