Html Css Color HEX #7A72F1 Medium Slate Blue

📋 copy color: '#7A72F1'

red 122 ◦ green 114 ◦ blue 241

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

Shades of Medium Slate Blue #7A72F1

Tints of Medium Slate Blue #7A72F1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 25.58%
G = 23.9%
B = 50.52%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7A72F1 (or 0x7A72F1) is known color: Medium Slate Blue. HEX triplet: 7A, 72 and F1. RGB value is (122,114,241). Sum of RGB (Red+Green+Blue) = 122+114+241=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #7A72F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A72F1 is #858D0E. Grayscale: #828282. Windows color (decimal): -8752399 or 15823482. OLE color: 15823482.

HSL color Cylindrical-coordinate representation of color #7A72F1: hue angle of 243.78º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A72F1 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 114 241 -
CMYK 0.49 0.53 0 0.05
HSL 243.78º 0.82% 0.7% -
HSV(B) 243.78º 0.53% 0.95% -
XYZ 29.92 22.52 85.99 -
YUV 130.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 122 114 241 0.49 0.53 0 0.05 243.78 0.82 0.7
Hex 7A 72 F1 31 35 0 5 F4 52 46
Octal 172 162 361 61 65 0 5 364 122 106
Binary 1111010 1110010 11110001 110001 110101 0 101 11110100 1010010 1000110

Color Harmonies of #7A72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A72F1

Black with #7A72F1

Text Example


Text Example

White with #7A72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,241); }

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

background-color css

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

 a { background-color: rgb(122,114,241); }

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

border-color css

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

 span { border-color: rgb(122,114,241); }

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