Html Css Color HEX #7D65EB Medium Slate Blue

📋 copy color: '#7D65EB'

red 125 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #7D65EB

Tints of Medium Slate Blue #7D65EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.91%

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 27.11%
G = 21.91%
B = 50.98%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D65EB (or 0x7D65EB) is known color: Medium Slate Blue. HEX triplet: 7D, 65 and EB. RGB value is (125,101,235). Sum of RGB (Red+Green+Blue) = 125+101+235=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D65EB is #829A14. Grayscale: #7A7A7A. Windows color (decimal): -8559125 or 15426941. OLE color: 15426941.

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

Color convert

RGB 125 101 235 -
CMYK 0.47 0.57 0 0.08
HSL 250.75º 0.77% 0.66% -
HSV(B) 250.75º 0.57% 0.92% -
XYZ 28.11 19.67 80.91 -
YUV 123.45 190.95 129.1 -
System Red Green Blue C M Y K H S L
Decimal 125 101 235 0.47 0.57 0 0.08 250.75 0.77 0.66
Hex 7D 65 EB 2F 39 0 8 FB 4D 42
Octal 175 145 353 57 71 0 10 373 115 102
Binary 1111101 1100101 11101011 101111 111001 0 1000 11111011 1001101 1000010

Color Harmonies of #7D65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D65EB

Black with #7D65EB

Text Example


Text Example

White with #7D65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,101,235); }

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

background-color css

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

 a { background-color: rgb(125,101,235); }

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

border-color css

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

 span { border-color: rgb(125,101,235); }

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