Html Css Color HEX #7150EA Medium Slate Blue

📋 copy color: '#7150EA'

red 113 ◦ green 80 ◦ blue 234

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

Shades of Medium Slate Blue #7150EA

Tints of Medium Slate Blue #7150EA

RGB

 RED value IS 113 (44.53% from 255) = 26.46%

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 26.46%
G = 18.74%
B = 54.8%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7150EA (or 0x7150EA) is known color: Medium Slate Blue. HEX triplet: 71, 50 and EA. RGB value is (113,80,234). Sum of RGB (Red+Green+Blue) = 113+80+234=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #7150EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7150EA is #8EAF15. Grayscale: #6A6A6A. Windows color (decimal): -9350934 or 15356017. OLE color: 15356017.

HSL color Cylindrical-coordinate representation of color #7150EA: hue angle of 252.86º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7150EA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 80 234 -
CMYK 0.52 0.66 0 0.08
HSL 252.86º 0.79% 0.62% -
HSV(B) 252.86º 0.66% 0.92% -
XYZ 24.53 15.19 79.48 -
YUV 107.42 199.43 131.98 -
System Red Green Blue C M Y K H S L
Decimal 113 80 234 0.52 0.66 0 0.08 252.86 0.79 0.62
Hex 71 50 EA 34 42 0 8 FD 4F 3E
Octal 161 120 352 64 102 0 10 375 117 76
Binary 1110001 1010000 11101010 110100 1000010 0 1000 11111101 1001111 111110

Color Harmonies of #7150EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7150EA

Black with #7150EA

Text Example


Text Example

White with #7150EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7150EA; }

 p { color: rgb(113,80,234); }

 H1.HeaderClassName
 {
   color: #7150EA;
 }
 .AnyTagClassName
 {
   color: #7150EA;
 }
</style>

background-color css

<style>
 a { background-color: #7150EA; }

 a { background-color: rgb(113,80,234); }

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

border-color css

<style>
 span { border-color: #7150EA; }

 span { border-color: rgb(113,80,234); }

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