Html Css Color HEX #7B74EB Medium Slate Blue

📋 copy color: '#7B74EB'

red 123 ◦ green 116 ◦ blue 235

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

Shades of Medium Slate Blue #7B74EB

Tints of Medium Slate Blue #7B74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 25.95%
G = 24.47%
B = 49.58%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B74EB (or 0x7B74EB) is known color: Medium Slate Blue. HEX triplet: 7B, 74 and EB. RGB value is (123,116,235). Sum of RGB (Red+Green+Blue) = 123+116+235=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B74EB is #848B14. Grayscale: #838383. Windows color (decimal): -8686357 or 15430779. OLE color: 15430779.

HSL color Cylindrical-coordinate representation of color #7B74EB: hue angle of 243.53º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B74EB is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 116 235 -
CMYK 0.48 0.51 0 0.08
HSL 243.53º 0.75% 0.69% -
HSV(B) 243.53º 0.51% 0.92% -
XYZ 29.41 22.7 81.43 -
YUV 131.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 123 116 235 0.48 0.51 0 0.08 243.53 0.75 0.69
Hex 7B 74 EB 30 33 0 8 F4 4B 45
Octal 173 164 353 60 63 0 10 364 113 105
Binary 1111011 1110100 11101011 110000 110011 0 1000 11110100 1001011 1000101

Color Harmonies of #7B74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74EB

Black with #7B74EB

Text Example


Text Example

White with #7B74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,235); }

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

background-color css

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

 a { background-color: rgb(123,116,235); }

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

border-color css

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

 span { border-color: rgb(123,116,235); }

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