Html Css Color HEX #7F74E0 Medium Slate Blue

📋 copy color: '#7F74E0'

red 127 ◦ green 116 ◦ blue 224

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

Shades of Medium Slate Blue #7F74E0

Tints of Medium Slate Blue #7F74E0

RGB

 RED value IS 127 (50% from 255) = 27.19%

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 27.19%
G = 24.84%
B = 47.97%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F74E0 (or 0x7F74E0) is known color: Medium Slate Blue. HEX triplet: 7F, 74 and E0. RGB value is (127,116,224). Sum of RGB (Red+Green+Blue) = 127+116+224=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F74E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74E0 is #808B1F. Grayscale: #838383. Windows color (decimal): -8424224 or 14709887. OLE color: 14709887.

HSL color Cylindrical-coordinate representation of color #7F74E0: hue angle of 246.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F74E0 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 116 224 -
CMYK 0.43 0.48 0 0.12
HSL 246.11º 0.64% 0.67% -
HSV(B) 246.11º 0.48% 0.88% -
XYZ 28.45 22.38 73.34 -
YUV 131.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 127 116 224 0.43 0.48 0 0.12 246.11 0.64 0.67
Hex 7F 74 E0 2B 30 0 C F6 40 43
Octal 177 164 340 53 60 0 14 366 100 103
Binary 1111111 1110100 11100000 101011 110000 0 1100 11110110 1000000 1000011

Color Harmonies of #7F74E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74E0

Black with #7F74E0

Text Example


Text Example

White with #7F74E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,224); }

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

background-color css

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

 a { background-color: rgb(127,116,224); }

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

border-color css

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

 span { border-color: rgb(127,116,224); }

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