Html Css Color HEX #7B74EA Medium Slate Blue

📋 copy color: '#7B74EA'

red 123 ◦ green 116 ◦ blue 234

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

Shades of Medium Slate Blue #7B74EA

Tints of Medium Slate Blue #7B74EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 26%
G = 24.52%
B = 49.47%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B74EA (or 0x7B74EA) is known color: Medium Slate Blue. HEX triplet: 7B, 74 and EA. RGB value is (123,116,234). Sum of RGB (Red+Green+Blue) = 123+116+234=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B74EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B74EA is #848B15. Grayscale: #838383. Windows color (decimal): -8686358 or 15365243. OLE color: 15365243.

HSL color Cylindrical-coordinate representation of color #7B74EA: hue angle of 243.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B74EA is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 116 234 -
CMYK 0.47 0.50 0 0.08
HSL 243.56º 0.74% 0.69% -
HSV(B) 243.56º 0.5% 0.92% -
XYZ 29.27 22.64 80.67 -
YUV 131.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 123 116 234 0.47 0.50 0 0.08 243.56 0.74 0.69
Hex 7B 74 EA 2F 32 0 8 F4 4A 45
Octal 173 164 352 57 62 0 10 364 112 105
Binary 1111011 1110100 11101010 101111 110010 0 1000 11110100 1001010 1000101

Color Harmonies of #7B74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74EA

Black with #7B74EA

Text Example


Text Example

White with #7B74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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