Html Css Color HEX #7D7BE2 Medium Slate Blue

📋 copy color: '#7D7BE2'

red 125 ◦ green 123 ◦ blue 226

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

Shades of Medium Slate Blue #7D7BE2

Tints of Medium Slate Blue #7D7BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 226 (88.67% from 255) = 47.68%

R = 26.37%
G = 25.95%
B = 47.68%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7D7BE2 (or 0x7D7BE2) is known color: Medium Slate Blue. HEX triplet: 7D, 7B and E2. RGB value is (125,123,226). Sum of RGB (Red+Green+Blue) = 125+123+226=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #7D7BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BE2 is #82841D. Grayscale: #868686. Windows color (decimal): -8553502 or 14842749. OLE color: 14842749.

HSL color Cylindrical-coordinate representation of color #7D7BE2: hue angle of 241.17º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D7BE2 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 123 226 -
CMYK 0.45 0.46 0 0.11
HSL 241.17º 0.64% 0.68% -
HSV(B) 241.17º 0.46% 0.89% -
XYZ 29.27 24.02 75.04 -
YUV 135.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 125 123 226 0.45 0.46 0 0.11 241.17 0.64 0.68
Hex 7D 7B E2 2D 2E 0 B F1 40 44
Octal 175 173 342 55 56 0 13 361 100 104
Binary 1111101 1111011 11100010 101101 101110 0 1011 11110001 1000000 1000100

Color Harmonies of #7D7BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7BE2

Black with #7D7BE2

Text Example


Text Example

White with #7D7BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,123,226); }

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

background-color css

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

 a { background-color: rgb(125,123,226); }

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

border-color css

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

 span { border-color: rgb(125,123,226); }

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