Html Css Color HEX #7480F2 Medium Slate Blue

📋 copy color: '#7480F2'

red 116 ◦ green 128 ◦ blue 242

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

Shades of Medium Slate Blue #7480F2

Tints of Medium Slate Blue #7480F2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 242 (94.92% from 255) = 49.79%

R = 23.87%
G = 26.34%
B = 49.79%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7480F2 (or 0x7480F2) is known color: Medium Slate Blue. HEX triplet: 74, 80 and F2. RGB value is (116,128,242). Sum of RGB (Red+Green+Blue) = 116+128+242=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #7480F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7480F2 is #8B7F0D. Grayscale: #888888. Windows color (decimal): -9142030 or 15892596. OLE color: 15892596.

HSL color Cylindrical-coordinate representation of color #7480F2: hue angle of 234.29º degrees, saturation: 0.83, 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 #7480F2 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 128 242 -
CMYK 0.52 0.47 0 0.05
HSL 234.29º 0.83% 0.7% -
HSV(B) 234.29º 0.52% 0.95% -
XYZ 30.95 25.56 87.31 -
YUV 137.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 116 128 242 0.52 0.47 0 0.05 234.29 0.83 0.7
Hex 74 80 F2 34 2F 0 5 EA 53 46
Octal 164 200 362 64 57 0 5 352 123 106
Binary 1110100 10000000 11110010 110100 101111 0 101 11101010 1010011 1000110

Color Harmonies of #7480F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7480F2

Black with #7480F2

Text Example


Text Example

White with #7480F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7480F2; }

 p { color: rgb(116,128,242); }

 H1.HeaderClassName
 {
   color: #7480F2;
 }
 .AnyTagClassName
 {
   color: #7480F2;
 }
</style>

background-color css

<style>
 a { background-color: #7480F2; }

 a { background-color: rgb(116,128,242); }

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

border-color css

<style>
 span { border-color: #7480F2; }

 span { border-color: rgb(116,128,242); }

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