Html Css Color HEX #7C57CA Slate Blue

📋 copy color: '#7C57CA'

red 124 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #7C57CA

Tints of Slate Blue #7C57CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.07%

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 30.02%
G = 21.07%
B = 48.91%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C57CA (or 0x7C57CA) is known color: Slate Blue. HEX triplet: 7C, 57 and CA. RGB value is (124,87,202). Sum of RGB (Red+Green+Blue) = 124+87+202=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C57CA is #83A835. Grayscale: #6E6E6E. Windows color (decimal): -8628278 or 13260668. OLE color: 13260668.

HSL color Cylindrical-coordinate representation of color #7C57CA: hue angle of 259.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C57CA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 87 202 -
CMYK 0.39 0.57 0 0.21
HSL 259.3º 0.52% 0.57% -
HSV(B) 259.3º 0.57% 0.79% -
XYZ 22.38 15.37 57.66 -
YUV 111.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 124 87 202 0.39 0.57 0 0.21 259.3 0.52 0.57
Hex 7C 57 CA 27 39 0 15 103 34 39
Octal 174 127 312 47 71 0 25 403 64 71
Binary 1111100 1010111 11001010 100111 111001 0 10101 100000011 110100 111001

Color Harmonies of #7C57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C57CA

Black with #7C57CA

Text Example


Text Example

White with #7C57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,87,202); }

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

background-color css

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

 a { background-color: rgb(124,87,202); }

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

border-color css

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

 span { border-color: rgb(124,87,202); }

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