Html Css Color HEX #7A5DFB Medium Slate Blue

📋 copy color: '#7A5DFB'

red 122 ◦ green 93 ◦ blue 251

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

Shades of Medium Slate Blue #7A5DFB

Tints of Medium Slate Blue #7A5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.96%

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 26.18%
G = 19.96%
B = 53.86%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A5DFB (or 0x7A5DFB) is known color: Medium Slate Blue. HEX triplet: 7A, 5D and FB. RGB value is (122,93,251). Sum of RGB (Red+Green+Blue) = 122+93+251=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A5DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5DFB is #85A204. Grayscale: #777777. Windows color (decimal): -8757765 or 16473466. OLE color: 16473466.

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

Color convert

RGB 122 93 251 -
CMYK 0.51 0.63 0 0.02
HSL 251.01º 0.95% 0.67% -
HSV(B) 251.01º 0.63% 0.98% -
XYZ 29.35 18.93 93.37 -
YUV 119.68 202.11 129.65 -
System Red Green Blue C M Y K H S L
Decimal 122 93 251 0.51 0.63 0 0.02 251.01 0.95 0.67
Hex 7A 5D FB 33 3F 0 2 FB 5F 43
Octal 172 135 373 63 77 0 2 373 137 103
Binary 1111010 1011101 11111011 110011 111111 0 10 11111011 1011111 1000011

Color Harmonies of #7A5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5DFB

Black with #7A5DFB

Text Example


Text Example

White with #7A5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,93,251); }

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

background-color css

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

 a { background-color: rgb(122,93,251); }

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

border-color css

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

 span { border-color: rgb(122,93,251); }

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