Html Css Color HEX #7A71FE Light Slate Blue

📋 copy color: '#7A71FE'

red 122 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #7A71FE

Tints of Light Slate Blue #7A71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.11%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 24.95%
G = 23.11%
B = 51.94%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A71FE (or 0x7A71FE) is known color: Light Slate Blue. HEX triplet: 7A, 71 and FE. RGB value is (122,113,254). Sum of RGB (Red+Green+Blue) = 122+113+254=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A71FE is #858E01. Grayscale: #838383. Windows color (decimal): -8752642 or 16675194. OLE color: 16675194.

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

Color convert

RGB 122 113 254 -
CMYK 0.52 0.56 0 0.00
HSL 243.83º 0.99% 0.72% -
HSV(B) 243.83º 0.56% 1% -
XYZ 31.82 23.1 96.55 -
YUV 131.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 122 113 254 0.52 0.56 0 0.00 243.83 0.99 0.72
Hex 7A 71 FE 34 38 0 0 F4 63 48
Octal 172 161 376 64 70 0 0 364 143 110
Binary 1111010 1110001 11111110 110100 111000 0 0 11110100 1100011 1001000

Color Harmonies of #7A71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A71FE

Black with #7A71FE

Text Example


Text Example

White with #7A71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,113,254); }

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

background-color css

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

 a { background-color: rgb(122,113,254); }

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

border-color css

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

 span { border-color: rgb(122,113,254); }

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