Html Css Color HEX #7A74FD Light Slate Blue

📋 copy color: '#7A74FD'

red 122 ◦ green 116 ◦ blue 253

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

Shades of Light Slate Blue #7A74FD

Tints of Light Slate Blue #7A74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 24.85%
G = 23.63%
B = 51.53%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A74FD (or 0x7A74FD) is known color: Light Slate Blue. HEX triplet: 7A, 74 and FD. RGB value is (122,116,253). Sum of RGB (Red+Green+Blue) = 122+116+253=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A74FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A74FD is #858B02. Grayscale: #848484. Windows color (decimal): -8751875 or 16610426. OLE color: 16610426.

HSL color Cylindrical-coordinate representation of color #7A74FD: hue angle of 242.63º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A74FD is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 116 253 -
CMYK 0.52 0.54 0 0.01
HSL 242.63º 0.97% 0.72% -
HSV(B) 242.63º 0.54% 0.99% -
XYZ 32 23.72 95.82 -
YUV 133.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 122 116 253 0.52 0.54 0 0.01 242.63 0.97 0.72
Hex 7A 74 FD 34 36 0 1 F3 61 48
Octal 172 164 375 64 66 0 1 363 141 110
Binary 1111010 1110100 11111101 110100 110110 0 1 11110011 1100001 1001000

Color Harmonies of #7A74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A74FD

Black with #7A74FD

Text Example


Text Example

White with #7A74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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