Html Css Color HEX #7D65E9 Medium Slate Blue

📋 copy color: '#7D65E9'

red 125 ◦ green 101 ◦ blue 233

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

Shades of Medium Slate Blue #7D65E9

Tints of Medium Slate Blue #7D65E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.76%

R = 27.23%
G = 22%
B = 50.76%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D65E9 (or 0x7D65E9) is known color: Medium Slate Blue. HEX triplet: 7D, 65 and E9. RGB value is (125,101,233). Sum of RGB (Red+Green+Blue) = 125+101+233=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D65E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D65E9 is #829A16. Grayscale: #7A7A7A. Windows color (decimal): -8559127 or 15295869. OLE color: 15295869.

HSL color Cylindrical-coordinate representation of color #7D65E9: hue angle of 250.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D65E9 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 101 233 -
CMYK 0.46 0.57 0 0.09
HSL 250.91º 0.75% 0.65% -
HSV(B) 250.91º 0.57% 0.91% -
XYZ 27.82 19.55 79.4 -
YUV 123.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 125 101 233 0.46 0.57 0 0.09 250.91 0.75 0.65
Hex 7D 65 E9 2E 39 0 9 FB 4B 41
Octal 175 145 351 56 71 0 11 373 113 101
Binary 1111101 1100101 11101001 101110 111001 0 1001 11111011 1001011 1000001

Color Harmonies of #7D65E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D65E9

Black with #7D65E9

Text Example


Text Example

White with #7D65E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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