Html Css Color HEX #7D7BEE Medium Slate Blue

📋 copy color: '#7D7BEE'

red 125 ◦ green 123 ◦ blue 238

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

Shades of Medium Slate Blue #7D7BEE

Tints of Medium Slate Blue #7D7BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 25.72%
G = 25.31%
B = 48.97%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D7BEE (or 0x7D7BEE) is known color: Medium Slate Blue. HEX triplet: 7D, 7B and EE. RGB value is (125,123,238). Sum of RGB (Red+Green+Blue) = 125+123+238=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D7BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7BEE is #828411. Grayscale: #888888. Windows color (decimal): -8553490 or 15629181. OLE color: 15629181.

HSL color Cylindrical-coordinate representation of color #7D7BEE: hue angle of 241.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D7BEE is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 123 238 -
CMYK 0.47 0.48 0 0.07
HSL 241.04º 0.77% 0.71% -
HSV(B) 241.04º 0.48% 0.93% -
XYZ 30.97 24.7 84.02 -
YUV 136.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 125 123 238 0.47 0.48 0 0.07 241.04 0.77 0.71
Hex 7D 7B EE 2F 30 0 7 F1 4D 47
Octal 175 173 356 57 60 0 7 361 115 107
Binary 1111101 1111011 11101110 101111 110000 0 111 11110001 1001101 1000111

Color Harmonies of #7D7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7BEE

Black with #7D7BEE

Text Example


Text Example

White with #7D7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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