Html Css Color HEX #7D7BEB Medium Slate Blue

📋 copy color: '#7D7BEB'

red 125 ◦ green 123 ◦ blue 235

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

Shades of Medium Slate Blue #7D7BEB

Tints of Medium Slate Blue #7D7BEB

RGB

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

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

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

R = 25.88%
G = 25.47%
B = 48.65%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D7BEB (or 0x7D7BEB) is known color: Medium Slate Blue. HEX triplet: 7D, 7B and EB. RGB value is (125,123,235). Sum of RGB (Red+Green+Blue) = 125+123+235=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D7BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7BEB is #828414. Grayscale: #878787. Windows color (decimal): -8553493 or 15432573. OLE color: 15432573.

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

Color convert

RGB 125 123 235 -
CMYK 0.47 0.48 0 0.08
HSL 241.07º 0.74% 0.7% -
HSV(B) 241.07º 0.48% 0.92% -
XYZ 30.54 24.52 81.72 -
YUV 136.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 125 123 235 0.47 0.48 0 0.08 241.07 0.74 0.7
Hex 7D 7B EB 2F 30 0 8 F1 4A 46
Octal 175 173 353 57 60 0 10 361 112 106
Binary 1111101 1111011 11101011 101111 110000 0 1000 11110001 1001010 1000110

Color Harmonies of #7D7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7BEB

Black with #7D7BEB

Text Example


Text Example

White with #7D7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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