Html Css Color HEX #7481F1 Medium Slate Blue

📋 copy color: '#7481F1'

red 116 ◦ green 129 ◦ blue 241

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

Shades of Medium Slate Blue #7481F1

Tints of Medium Slate Blue #7481F1

RGB

 RED value IS 116 (45.7% from 255) = 23.87%

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 23.87%
G = 26.54%
B = 49.59%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7481F1 (or 0x7481F1) is known color: Medium Slate Blue. HEX triplet: 74, 81 and F1. RGB value is (116,129,241). Sum of RGB (Red+Green+Blue) = 116+129+241=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #7481F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7481F1 is #8B7E0E. Grayscale: #898989. Windows color (decimal): -9141775 or 15827316. OLE color: 15827316.

HSL color Cylindrical-coordinate representation of color #7481F1: hue angle of 233.76º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7481F1 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 129 241 -
CMYK 0.52 0.46 0 0.05
HSL 233.76º 0.82% 0.7% -
HSV(B) 233.76º 0.52% 0.95% -
XYZ 30.93 25.76 86.56 -
YUV 137.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 116 129 241 0.52 0.46 0 0.05 233.76 0.82 0.7
Hex 74 81 F1 34 2E 0 5 EA 52 46
Octal 164 201 361 64 56 0 5 352 122 106
Binary 1110100 10000001 11110001 110100 101110 0 101 11101010 1010010 1000110

Color Harmonies of #7481F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481F1

Black with #7481F1

Text Example


Text Example

White with #7481F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7481F1; }

 p { color: rgb(116,129,241); }

 H1.HeaderClassName
 {
   color: #7481F1;
 }
 .AnyTagClassName
 {
   color: #7481F1;
 }
</style>

background-color css

<style>
 a { background-color: #7481F1; }

 a { background-color: rgb(116,129,241); }

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

border-color css

<style>
 span { border-color: #7481F1; }

 span { border-color: rgb(116,129,241); }

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