Html Css Color HEX #7A50CC Slate Blue

📋 copy color: '#7A50CC'

red 122 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #7A50CC

Tints of Slate Blue #7A50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 30.05%
G = 19.7%
B = 50.25%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A50CC (or 0x7A50CC) is known color: Slate Blue. HEX triplet: 7A, 50 and CC. RGB value is (122,80,204). Sum of RGB (Red+Green+Blue) = 122+80+204=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50CC is #85AF33. Grayscale: #6A6A6A. Windows color (decimal): -8761140 or 13389946. OLE color: 13389946.

HSL color Cylindrical-coordinate representation of color #7A50CC: hue angle of 260.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A50CC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 80 204 -
CMYK 0.40 0.61 0 0.2
HSL 260.32º 0.55% 0.56% -
HSV(B) 260.32º 0.61% 0.8% -
XYZ 21.79 14.23 58.73 -
YUV 106.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 122 80 204 0.40 0.61 0 0.2 260.32 0.55 0.56
Hex 7A 50 CC 28 3D 0 14 104 37 38
Octal 172 120 314 50 75 0 24 404 67 70
Binary 1111010 1010000 11001100 101000 111101 0 10100 100000100 110111 111000

Color Harmonies of #7A50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A50CC

Black with #7A50CC

Text Example


Text Example

White with #7A50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,204); }

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

background-color css

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

 a { background-color: rgb(122,80,204); }

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

border-color css

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

 span { border-color: rgb(122,80,204); }

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