Html Css Color HEX #7C63FE Light Slate Blue

📋 copy color: '#7C63FE'

red 124 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #7C63FE

Tints of Light Slate Blue #7C63FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.75%

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

R = 26%
G = 20.75%
B = 53.25%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C63FE (or 0x7C63FE) is known color: Light Slate Blue. HEX triplet: 7C, 63 and FE. RGB value is (124,99,254). Sum of RGB (Red+Green+Blue) = 124+99+254=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C63FE is #839C01. Grayscale: #7B7B7B. Windows color (decimal): -8625154 or 16671612. OLE color: 16671612.

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

Color convert

RGB 124 99 254 -
CMYK 0.51 0.61 0 0.00
HSL 249.68º 0.99% 0.69% -
HSV(B) 249.68º 0.61% 1% -
XYZ 30.66 20.36 96.08 -
YUV 124.15 201.28 127.9 -
System Red Green Blue C M Y K H S L
Decimal 124 99 254 0.51 0.61 0 0.00 249.68 0.99 0.69
Hex 7C 63 FE 33 3D 0 0 FA 63 45
Octal 174 143 376 63 75 0 0 372 143 105
Binary 1111100 1100011 11111110 110011 111101 0 0 11111010 1100011 1000101

Color Harmonies of #7C63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C63FE

Black with #7C63FE

Text Example


Text Example

White with #7C63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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