Html Css Color HEX #7A58CE Slate Blue

📋 copy color: '#7A58CE'

red 122 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #7A58CE

Tints of Slate Blue #7A58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.15%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 29.33%
G = 21.15%
B = 49.52%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A58CE (or 0x7A58CE) is known color: Slate Blue. HEX triplet: 7A, 58 and CE. RGB value is (122,88,206). Sum of RGB (Red+Green+Blue) = 122+88+206=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58CE is #85A731. Grayscale: #6F6F6F. Windows color (decimal): -8759090 or 13523066. OLE color: 13523066.

HSL color Cylindrical-coordinate representation of color #7A58CE: hue angle of 257.29º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A58CE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 88 206 -
CMYK 0.41 0.57 0 0.19
HSL 257.29º 0.55% 0.58% -
HSV(B) 257.29º 0.57% 0.81% -
XYZ 22.66 15.57 60.2 -
YUV 111.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 122 88 206 0.41 0.57 0 0.19 257.29 0.55 0.58
Hex 7A 58 CE 29 39 0 13 101 37 3A
Octal 172 130 316 51 71 0 23 401 67 72
Binary 1111010 1011000 11001110 101001 111001 0 10011 100000001 110111 111010

Color Harmonies of #7A58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A58CE

Black with #7A58CE

Text Example


Text Example

White with #7A58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,88,206); }

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

background-color css

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

 a { background-color: rgb(122,88,206); }

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

border-color css

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

 span { border-color: rgb(122,88,206); }

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