Html Css Color HEX #7D7FEA Medium Slate Blue

📋 copy color: '#7D7FEA'

red 125 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #7D7FEA

Tints of Medium Slate Blue #7D7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

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

R = 25.72%
G = 26.13%
B = 48.15%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D7FEA (or 0x7D7FEA) is known color: Medium Slate Blue. HEX triplet: 7D, 7F and EA. RGB value is (125,127,234). Sum of RGB (Red+Green+Blue) = 125+127+234=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D7FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7FEA is #828015. Grayscale: #8A8A8A. Windows color (decimal): -8552470 or 15368061. OLE color: 15368061.

HSL color Cylindrical-coordinate representation of color #7D7FEA: hue angle of 238.9º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D7FEA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 127 234 -
CMYK 0.47 0.46 0 0.08
HSL 238.9º 0.72% 0.7% -
HSV(B) 238.9º 0.47% 0.92% -
XYZ 30.9 25.48 81.13 -
YUV 138.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 125 127 234 0.47 0.46 0 0.08 238.9 0.72 0.7
Hex 7D 7F EA 2F 2E 0 8 EF 48 46
Octal 175 177 352 57 56 0 10 357 110 106
Binary 1111101 1111111 11101010 101111 101110 0 1000 11101111 1001000 1000110

Color Harmonies of #7D7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7FEA

Black with #7D7FEA

Text Example


Text Example

White with #7D7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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