Html Css Color HEX #7C63CD Slate Blue

📋 copy color: '#7C63CD'

red 124 ◦ green 99 ◦ blue 205

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

Shades of Slate Blue #7C63CD

Tints of Slate Blue #7C63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 28.97%
G = 23.13%
B = 47.9%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C63CD (or 0x7C63CD) is known color: Slate Blue. HEX triplet: 7C, 63 and CD. RGB value is (124,99,205). Sum of RGB (Red+Green+Blue) = 124+99+205=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C63CD is #839C32. Grayscale: #767676. Windows color (decimal): -8625203 or 13460348. OLE color: 13460348.

HSL color Cylindrical-coordinate representation of color #7C63CD: hue angle of 254.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C63CD is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 99 205 -
CMYK 0.40 0.52 0 0.20
HSL 254.15º 0.51% 0.6% -
HSV(B) 254.15º 0.52% 0.8% -
XYZ 23.79 17.62 59.9 -
YUV 118.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 124 99 205 0.40 0.52 0 0.20 254.15 0.51 0.6
Hex 7C 63 CD 28 34 0 14 FE 33 3C
Octal 174 143 315 50 64 0 24 376 63 74
Binary 1111100 1100011 11001101 101000 110100 0 10100 11111110 110011 111100

Color Harmonies of #7C63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C63CD

Black with #7C63CD

Text Example


Text Example

White with #7C63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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