Html Css Color HEX #7A62CA Slate Blue

📋 copy color: '#7A62CA'

red 122 ◦ green 98 ◦ blue 202

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

Shades of Slate Blue #7A62CA

Tints of Slate Blue #7A62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 28.91%
G = 23.22%
B = 47.87%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A62CA (or 0x7A62CA) is known color: Slate Blue. HEX triplet: 7A, 62 and CA. RGB value is (122,98,202). Sum of RGB (Red+Green+Blue) = 122+98+202=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62CA is #859D35. Grayscale: #747474. Windows color (decimal): -8756534 or 13263482. OLE color: 13263482.

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

Color convert

RGB 122 98 202 -
CMYK 0.40 0.51 0 0.21
HSL 253.85º 0.5% 0.59% -
HSV(B) 253.85º 0.51% 0.79% -
XYZ 23.05 17.14 57.97 -
YUV 117.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 122 98 202 0.40 0.51 0 0.21 253.85 0.5 0.59
Hex 7A 62 CA 28 33 0 15 FE 32 3B
Octal 172 142 312 50 63 0 25 376 62 73
Binary 1111010 1100010 11001010 101000 110011 0 10101 11111110 110010 111011

Color Harmonies of #7A62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A62CA

Black with #7A62CA

Text Example


Text Example

White with #7A62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,202); }

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

background-color css

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

 a { background-color: rgb(122,98,202); }

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

border-color css

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

 span { border-color: rgb(122,98,202); }

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