Html Css Color HEX #7D83EB Medium Slate Blue

📋 copy color: '#7D83EB'

red 125 ◦ green 131 ◦ blue 235

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

Shades of Medium Slate Blue #7D83EB

Tints of Medium Slate Blue #7D83EB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 25.46%
G = 26.68%
B = 47.86%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D83EB (or 0x7D83EB) is known color: Medium Slate Blue. HEX triplet: 7D, 83 and EB. RGB value is (125,131,235). Sum of RGB (Red+Green+Blue) = 125+131+235=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D83EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D83EB is #827C14. Grayscale: #8C8C8C. Windows color (decimal): -8551445 or 15434621. OLE color: 15434621.

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

Color convert

RGB 125 131 235 -
CMYK 0.47 0.44 0 0.08
HSL 236.73º 0.73% 0.71% -
HSV(B) 236.73º 0.47% 0.92% -
XYZ 31.57 26.59 82.07 -
YUV 141.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 125 131 235 0.47 0.44 0 0.08 236.73 0.73 0.71
Hex 7D 83 EB 2F 2C 0 8 ED 49 47
Octal 175 203 353 57 54 0 10 355 111 107
Binary 1111101 10000011 11101011 101111 101100 0 1000 11101101 1001001 1000111

Color Harmonies of #7D83EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D83EB

Black with #7D83EB

Text Example


Text Example

White with #7D83EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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