Html Css Color HEX #7A48CC Slate Blue

📋 copy color: '#7A48CC'

red 122 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #7A48CC

Tints of Slate Blue #7A48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

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

R = 30.65%
G = 18.09%
B = 51.26%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A48CC (or 0x7A48CC) is known color: Slate Blue. HEX triplet: 7A, 48 and CC. RGB value is (122,72,204). Sum of RGB (Red+Green+Blue) = 122+72+204=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A48CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48CC is #85B733. Grayscale: #656565. Windows color (decimal): -8763188 or 13387898. OLE color: 13387898.

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

Color convert

RGB 122 72 204 -
CMYK 0.40 0.65 0 0.2
HSL 262.73º 0.56% 0.54% -
HSV(B) 262.73º 0.65% 0.8% -
XYZ 21.24 13.13 58.54 -
YUV 102 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 122 72 204 0.40 0.65 0 0.2 262.73 0.56 0.54
Hex 7A 48 CC 28 41 0 14 107 38 36
Octal 172 110 314 50 101 0 24 407 70 66
Binary 1111010 1001000 11001100 101000 1000001 0 10100 100000111 111000 110110

Color Harmonies of #7A48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A48CC

Black with #7A48CC

Text Example


Text Example

White with #7A48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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