Html Css Color HEX #7B7AEF Medium Slate Blue

📋 copy color: '#7B7AEF'

red 123 ◦ green 122 ◦ blue 239

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

Shades of Medium Slate Blue #7B7AEF

Tints of Medium Slate Blue #7B7AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 25.41%
G = 25.21%
B = 49.38%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B7AEF (or 0x7B7AEF) is known color: Medium Slate Blue. HEX triplet: 7B, 7A and EF. RGB value is (123,122,239). Sum of RGB (Red+Green+Blue) = 123+122+239=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B7AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7AEF is #848510. Grayscale: #878787. Windows color (decimal): -8684817 or 15694459. OLE color: 15694459.

HSL color Cylindrical-coordinate representation of color #7B7AEF: hue angle of 240.51º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B7AEF is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 122 239 -
CMYK 0.49 0.49 0 0.06
HSL 240.51º 0.79% 0.71% -
HSV(B) 240.51º 0.49% 0.94% -
XYZ 30.71 24.36 84.75 -
YUV 135.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 123 122 239 0.49 0.49 0 0.06 240.51 0.79 0.71
Hex 7B 7A EF 31 31 0 6 F1 4F 47
Octal 173 172 357 61 61 0 6 361 117 107
Binary 1111011 1111010 11101111 110001 110001 0 110 11110001 1001111 1000111

Color Harmonies of #7B7AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7AEF

Black with #7B7AEF

Text Example


Text Example

White with #7B7AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,239); }

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

background-color css

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

 a { background-color: rgb(123,122,239); }

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

border-color css

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

 span { border-color: rgb(123,122,239); }

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