Html Css Color HEX #7B82EC Medium Slate Blue

📋 copy color: '#7B82EC'

red 123 ◦ green 130 ◦ blue 236

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

Shades of Medium Slate Blue #7B82EC

Tints of Medium Slate Blue #7B82EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 25.15%
G = 26.58%
B = 48.26%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B82EC (or 0x7B82EC) is known color: Medium Slate Blue. HEX triplet: 7B, 82 and EC. RGB value is (123,130,236). Sum of RGB (Red+Green+Blue) = 123+130+236=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B82EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B82EC is #847D13. Grayscale: #8B8B8B. Windows color (decimal): -8682772 or 15499899. OLE color: 15499899.

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

Color convert

RGB 123 130 236 -
CMYK 0.48 0.45 0 0.07
HSL 236.28º 0.75% 0.7% -
HSV(B) 236.28º 0.48% 0.93% -
XYZ 31.29 26.23 82.77 -
YUV 139.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 123 130 236 0.48 0.45 0 0.07 236.28 0.75 0.7
Hex 7B 82 EC 30 2D 0 7 EC 4B 46
Octal 173 202 354 60 55 0 7 354 113 106
Binary 1111011 10000010 11101100 110000 101101 0 111 11101100 1001011 1000110

Color Harmonies of #7B82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B82EC

Black with #7B82EC

Text Example


Text Example

White with #7B82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,130,236); }

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

background-color css

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

 a { background-color: rgb(123,130,236); }

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

border-color css

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

 span { border-color: rgb(123,130,236); }

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