Html Css Color HEX #7C82E9 Medium Slate Blue

📋 copy color: '#7C82E9'

red 124 ◦ green 130 ◦ blue 233

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

Shades of Medium Slate Blue #7C82E9

Tints of Medium Slate Blue #7C82E9

RGB

 RED value IS 124 (48.83% from 255) = 25.46%

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

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 25.46%
G = 26.69%
B = 47.84%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7C82E9 (or 0x7C82E9) is known color: Medium Slate Blue. HEX triplet: 7C, 82 and E9. RGB value is (124,130,233). Sum of RGB (Red+Green+Blue) = 124+130+233=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C82E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C82E9 is #837D16. Grayscale: #8B8B8B. Windows color (decimal): -8617239 or 15303292. OLE color: 15303292.

HSL color Cylindrical-coordinate representation of color #7C82E9: hue angle of 236.7º degrees, saturation: 0.71, 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 #7C82E9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 124 130 233 -
CMYK 0.47 0.44 0 0.09
HSL 236.7º 0.71% 0.7% -
HSV(B) 236.7º 0.47% 0.91% -
XYZ 31 26.13 80.5 -
YUV 139.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 124 130 233 0.47 0.44 0 0.09 236.7 0.71 0.7
Hex 7C 82 E9 2F 2C 0 9 ED 47 46
Octal 174 202 351 57 54 0 11 355 107 106
Binary 1111100 10000010 11101001 101111 101100 0 1001 11101101 1000111 1000110

Color Harmonies of #7C82E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C82E9

Black with #7C82E9

Text Example


Text Example

White with #7C82E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,130,233); }

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

background-color css

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

 a { background-color: rgb(124,130,233); }

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

border-color css

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

 span { border-color: rgb(124,130,233); }

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