Html Css Color HEX #7A70FA Light Slate Blue

📋 copy color: '#7A70FA'

red 122 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #7A70FA

Tints of Light Slate Blue #7A70FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.14%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 25.21%
G = 23.14%
B = 51.65%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A70FA (or 0x7A70FA) is known color: Light Slate Blue. HEX triplet: 7A, 70 and FA. RGB value is (122,112,250). Sum of RGB (Red+Green+Blue) = 122+112+250=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A70FA is #858F05. Grayscale: #828282. Windows color (decimal): -8752902 or 16412794. OLE color: 16412794.

HSL color Cylindrical-coordinate representation of color #7A70FA: hue angle of 244.35º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A70FA is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 112 250 -
CMYK 0.51 0.55 0 0.02
HSL 244.35º 0.93% 0.71% -
HSV(B) 244.35º 0.55% 0.98% -
XYZ 31.08 22.63 93.17 -
YUV 130.72 195.31 121.78 -
System Red Green Blue C M Y K H S L
Decimal 122 112 250 0.51 0.55 0 0.02 244.35 0.93 0.71
Hex 7A 70 FA 33 37 0 2 F4 5D 47
Octal 172 160 372 63 67 0 2 364 135 107
Binary 1111010 1110000 11111010 110011 110111 0 10 11110100 1011101 1000111

Color Harmonies of #7A70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70FA

Black with #7A70FA

Text Example


Text Example

White with #7A70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,250); }

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

background-color css

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

 a { background-color: rgb(122,112,250); }

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

border-color css

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

 span { border-color: rgb(122,112,250); }

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