Html Css Color HEX #7A74FC Light Slate Blue

📋 copy color: '#7A74FC'

red 122 ◦ green 116 ◦ blue 252

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

Shades of Light Slate Blue #7A74FC

Tints of Light Slate Blue #7A74FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 24.9%
G = 23.67%
B = 51.43%

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

#7A74FC (or 0x7A74FC) is known color: Light Slate Blue. HEX triplet: 7A, 74 and FC. RGB value is (122,116,252). Sum of RGB (Red+Green+Blue) = 122+116+252=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A74FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A74FC is #858B03. Grayscale: #848484. Windows color (decimal): -8751876 or 16544890. OLE color: 16544890.

HSL color Cylindrical-coordinate representation of color #7A74FC: hue angle of 242.65º degrees, saturation: 0.96, 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 #7A74FC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 116 252 -
CMYK 0.52 0.54 0 0.01
HSL 242.65º 0.96% 0.72% -
HSV(B) 242.65º 0.54% 0.99% -
XYZ 31.84 23.66 94.98 -
YUV 133.3 194.99 119.94 -
System Red Green Blue C M Y K H S L
Decimal 122 116 252 0.52 0.54 0 0.01 242.65 0.96 0.72
Hex 7A 74 FC 34 36 0 1 F3 60 48
Octal 172 164 374 64 66 0 1 363 140 110
Binary 1111010 1110100 11111100 110100 110110 0 1 11110011 1100000 1001000

Color Harmonies of #7A74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A74FC

Black with #7A74FC

Text Example


Text Example

White with #7A74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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