Html Css Color HEX #7A60CE Slate Blue

📋 copy color: '#7A60CE'

red 122 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #7A60CE

Tints of Slate Blue #7A60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

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

R = 28.77%
G = 22.64%
B = 48.58%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A60CE (or 0x7A60CE) is known color: Slate Blue. HEX triplet: 7A, 60 and CE. RGB value is (122,96,206). Sum of RGB (Red+Green+Blue) = 122+96+206=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60CE is #859F31. Grayscale: #737373. Windows color (decimal): -8757042 or 13525114. OLE color: 13525114.

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

Color convert

RGB 122 96 206 -
CMYK 0.41 0.53 0 0.19
HSL 254.18º 0.53% 0.59% -
HSV(B) 254.18º 0.53% 0.81% -
XYZ 23.35 16.96 60.44 -
YUV 116.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 122 96 206 0.41 0.53 0 0.19 254.18 0.53 0.59
Hex 7A 60 CE 29 35 0 13 FE 35 3B
Octal 172 140 316 51 65 0 23 376 65 73
Binary 1111010 1100000 11001110 101001 110101 0 10011 11111110 110101 111011

Color Harmonies of #7A60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A60CE

Black with #7A60CE

Text Example


Text Example

White with #7A60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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