Html Css Color HEX #7C6CFE Light Slate Blue

📋 copy color: '#7C6CFE'

red 124 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #7C6CFE

Tints of Light Slate Blue #7C6CFE

RGB

 RED value IS 124 (48.83% from 255) = 25.51%

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 25.51%
G = 22.22%
B = 52.26%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C6CFE (or 0x7C6CFE) is known color: Light Slate Blue. HEX triplet: 7C, 6C and FE. RGB value is (124,108,254). Sum of RGB (Red+Green+Blue) = 124+108+254=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6CFE is #839301. Grayscale: #808080. Windows color (decimal): -8622850 or 16673916. OLE color: 16673916.

HSL color Cylindrical-coordinate representation of color #7C6CFE: hue angle of 246.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6CFE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 108 254 -
CMYK 0.51 0.57 0 0.00
HSL 246.58º 0.99% 0.71% -
HSV(B) 246.58º 0.57% 1% -
XYZ 31.56 22.17 96.38 -
YUV 129.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 124 108 254 0.51 0.57 0 0.00 246.58 0.99 0.71
Hex 7C 6C FE 33 39 0 0 F7 63 47
Octal 174 154 376 63 71 0 0 367 143 107
Binary 1111100 1101100 11111110 110011 111001 0 0 11110111 1100011 1000111

Color Harmonies of #7C6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6CFE

Black with #7C6CFE

Text Example


Text Example

White with #7C6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6CFE; }

 p { color: rgb(124,108,254); }

 H1.HeaderClassName
 {
   color: #7C6CFE;
 }
 .AnyTagClassName
 {
   color: #7C6CFE;
 }
</style>

background-color css

<style>
 a { background-color: #7C6CFE; }

 a { background-color: rgb(124,108,254); }

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

border-color css

<style>
 span { border-color: #7C6CFE; }

 span { border-color: rgb(124,108,254); }

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