Html Css Color HEX #7B7DE8 Medium Slate Blue

📋 copy color: '#7B7DE8'

red 123 ◦ green 125 ◦ blue 232

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

Shades of Medium Slate Blue #7B7DE8

Tints of Medium Slate Blue #7B7DE8

RGB

 RED value IS 123 (48.44% from 255) = 25.63%

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 25.63%
G = 26.04%
B = 48.33%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7B7DE8 (or 0x7B7DE8) is known color: Medium Slate Blue. HEX triplet: 7B, 7D and E8. RGB value is (123,125,232). Sum of RGB (Red+Green+Blue) = 123+125+232=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #7B7DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7DE8 is #848217. Grayscale: #888888. Windows color (decimal): -8684056 or 15236475. OLE color: 15236475.

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

Color convert

RGB 123 125 232 -
CMYK 0.47 0.46 0 0.09
HSL 238.9º 0.7% 0.7% -
HSV(B) 238.9º 0.47% 0.91% -
XYZ 30.07 24.7 79.53 -
YUV 136.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 123 125 232 0.47 0.46 0 0.09 238.9 0.7 0.7
Hex 7B 7D E8 2F 2E 0 9 EF 46 46
Octal 173 175 350 57 56 0 11 357 106 106
Binary 1111011 1111101 11101000 101111 101110 0 1001 11101111 1000110 1000110

Color Harmonies of #7B7DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DE8

Black with #7B7DE8

Text Example


Text Example

White with #7B7DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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