Html Css Color HEX #7A63C1 Slate Blue

📋 copy color: '#7A63C1'

red 122 ◦ green 99 ◦ blue 193

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

Shades of Slate Blue #7A63C1

Tints of Slate Blue #7A63C1

RGB

 RED value IS 122 (48.05% from 255) = 29.47%

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 29.47%
G = 23.91%
B = 46.62%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7A63C1 (or 0x7A63C1) is known color: Slate Blue. HEX triplet: 7A, 63 and C1. RGB value is (122,99,193). Sum of RGB (Red+Green+Blue) = 122+99+193=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A63C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63C1 is #859C3E. Grayscale: #747474. Windows color (decimal): -8756287 or 12673914. OLE color: 12673914.

HSL color Cylindrical-coordinate representation of color #7A63C1: hue angle of 254.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A63C1 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 99 193 -
CMYK 0.37 0.49 0 0.24
HSL 254.68º 0.43% 0.57% -
HSV(B) 254.68º 0.49% 0.76% -
XYZ 22.11 16.91 52.55 -
YUV 116.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 122 99 193 0.37 0.49 0 0.24 254.68 0.43 0.57
Hex 7A 63 C1 25 31 0 18 FF 2B 39
Octal 172 143 301 45 61 0 30 377 53 71
Binary 1111010 1100011 11000001 100101 110001 0 11000 11111111 101011 111001

Color Harmonies of #7A63C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A63C1

Black with #7A63C1

Text Example


Text Example

White with #7A63C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,193); }

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

background-color css

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

 a { background-color: rgb(122,99,193); }

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

border-color css

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

 span { border-color: rgb(122,99,193); }

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