Html Css Color HEX #7C61CA Slate Blue

📋 copy color: '#7C61CA'

red 124 ◦ green 97 ◦ blue 202

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

Shades of Slate Blue #7C61CA

Tints of Slate Blue #7C61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 29.31%
G = 22.93%
B = 47.75%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C61CA (or 0x7C61CA) is known color: Slate Blue. HEX triplet: 7C, 61 and CA. RGB value is (124,97,202). Sum of RGB (Red+Green+Blue) = 124+97+202=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C61CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61CA is #839E35. Grayscale: #747474. Windows color (decimal): -8625718 or 13263228. OLE color: 13263228.

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

Color convert

RGB 124 97 202 -
CMYK 0.39 0.52 0 0.21
HSL 255.43º 0.5% 0.59% -
HSV(B) 255.43º 0.52% 0.79% -
XYZ 23.25 17.1 57.95 -
YUV 117.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 124 97 202 0.39 0.52 0 0.21 255.43 0.5 0.59
Hex 7C 61 CA 27 34 0 15 FF 32 3B
Octal 174 141 312 47 64 0 25 377 62 73
Binary 1111100 1100001 11001010 100111 110100 0 10101 11111111 110010 111011

Color Harmonies of #7C61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C61CA

Black with #7C61CA

Text Example


Text Example

White with #7C61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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