Html Css Color HEX #7D76EA Medium Slate Blue

📋 copy color: '#7D76EA'

red 125 ◦ green 118 ◦ blue 234

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

Shades of Medium Slate Blue #7D76EA

Tints of Medium Slate Blue #7D76EA

RGB

 RED value IS 125 (49.22% from 255) = 26.21%

 GREEN value IS 118 (46.48% from 255) = 24.74%

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 26.21%
G = 24.74%
B = 49.06%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D76EA (or 0x7D76EA) is known color: Medium Slate Blue. HEX triplet: 7D, 76 and EA. RGB value is (125,118,234). Sum of RGB (Red+Green+Blue) = 125+118+234=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D76EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D76EA is #828915. Grayscale: #848484. Windows color (decimal): -8554774 or 15365757. OLE color: 15365757.

HSL color Cylindrical-coordinate representation of color #7D76EA: hue angle of 243.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D76EA is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 118 234 -
CMYK 0.47 0.50 0 0.08
HSL 243.62º 0.73% 0.69% -
HSV(B) 243.62º 0.5% 0.92% -
XYZ 29.79 23.26 80.76 -
YUV 133.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 125 118 234 0.47 0.50 0 0.08 243.62 0.73 0.69
Hex 7D 76 EA 2F 32 0 8 F4 49 45
Octal 175 166 352 57 62 0 10 364 111 105
Binary 1111101 1110110 11101010 101111 110010 0 1000 11110100 1001001 1000101

Color Harmonies of #7D76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76EA

Black with #7D76EA

Text Example


Text Example

White with #7D76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,234); }

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

background-color css

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

 a { background-color: rgb(125,118,234); }

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

border-color css

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

 span { border-color: rgb(125,118,234); }

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