Html Css Color HEX #7A74F6 Light Slate Blue

📋 copy color: '#7A74F6'

red 122 ◦ green 116 ◦ blue 246

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

Shades of Light Slate Blue #7A74F6

Tints of Light Slate Blue #7A74F6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

 BLUE value IS 246 (96.48% from 255) = 50.83%

R = 25.21%
G = 23.97%
B = 50.83%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7A74F6 (or 0x7A74F6) is known color: Light Slate Blue. HEX triplet: 7A, 74 and F6. RGB value is (122,116,246). Sum of RGB (Red+Green+Blue) = 122+116+246=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A74F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A74F6 is #858B09. Grayscale: #848484. Windows color (decimal): -8751882 or 16151674. OLE color: 16151674.

HSL color Cylindrical-coordinate representation of color #7A74F6: hue angle of 242.77º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A74F6 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 116 246 -
CMYK 0.50 0.53 0 0.04
HSL 242.77º 0.88% 0.71% -
HSV(B) 242.77º 0.53% 0.96% -
XYZ 30.91 23.28 90.05 -
YUV 132.61 191.99 120.43 -
System Red Green Blue C M Y K H S L
Decimal 122 116 246 0.50 0.53 0 0.04 242.77 0.88 0.71
Hex 7A 74 F6 32 35 0 4 F3 58 47
Octal 172 164 366 62 65 0 4 363 130 107
Binary 1111010 1110100 11110110 110010 110101 0 100 11110011 1011000 1000111

Color Harmonies of #7A74F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A74F6

Black with #7A74F6

Text Example


Text Example

White with #7A74F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,246); }

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

background-color css

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

 a { background-color: rgb(122,116,246); }

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

border-color css

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

 span { border-color: rgb(122,116,246); }

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