Html Css Color HEX #747FF2 Medium Slate Blue

📋 copy color: '#747FF2'

red 116 ◦ green 127 ◦ blue 242

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

Shades of Medium Slate Blue #747FF2

Tints of Medium Slate Blue #747FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

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

R = 23.92%
G = 26.19%
B = 49.9%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#747FF2 (or 0x747FF2) is known color: Medium Slate Blue. HEX triplet: 74, 7F and F2. RGB value is (116,127,242). Sum of RGB (Red+Green+Blue) = 116+127+242=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #747FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FF2 is #8B800D. Grayscale: #888888. Windows color (decimal): -9142286 or 15892340. OLE color: 15892340.

HSL color Cylindrical-coordinate representation of color #747FF2: hue angle of 234.76º 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 #747FF2 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 127 242 -
CMYK 0.52 0.48 0 0.05
HSL 234.76º 0.83% 0.7% -
HSV(B) 234.76º 0.52% 0.95% -
XYZ 30.82 25.3 87.26 -
YUV 136.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 116 127 242 0.52 0.48 0 0.05 234.76 0.83 0.7
Hex 74 7F F2 34 30 0 5 EB 53 46
Octal 164 177 362 64 60 0 5 353 123 106
Binary 1110100 1111111 11110010 110100 110000 0 101 11101011 1010011 1000110

Color Harmonies of #747FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FF2

Black with #747FF2

Text Example


Text Example

White with #747FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747FF2; }

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

 H1.HeaderClassName
 {
   color: #747FF2;
 }
 .AnyTagClassName
 {
   color: #747FF2;
 }
</style>

background-color css

<style>
 a { background-color: #747FF2; }

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

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

border-color css

<style>
 span { border-color: #747FF2; }

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

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