Html Css Color HEX #747FEB Medium Slate Blue

📋 copy color: '#747FEB'

red 116 ◦ green 127 ◦ blue 235

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

Shades of Medium Slate Blue #747FEB

Tints of Medium Slate Blue #747FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 24.27%
G = 26.57%
B = 49.16%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#747FEB (or 0x747FEB) is known color: Medium Slate Blue. HEX triplet: 74, 7F and EB. RGB value is (116,127,235). Sum of RGB (Red+Green+Blue) = 116+127+235=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #747FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FEB is #8B8014. Grayscale: #878787. Windows color (decimal): -9142293 or 15433588. OLE color: 15433588.

HSL color Cylindrical-coordinate representation of color #747FEB: hue angle of 234.45º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #747FEB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 127 235 -
CMYK 0.51 0.46 0 0.08
HSL 234.45º 0.75% 0.69% -
HSV(B) 234.45º 0.51% 0.92% -
XYZ 29.79 24.89 81.83 -
YUV 136.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 116 127 235 0.51 0.46 0 0.08 234.45 0.75 0.69
Hex 74 7F EB 33 2E 0 8 EA 4B 45
Octal 164 177 353 63 56 0 10 352 113 105
Binary 1110100 1111111 11101011 110011 101110 0 1000 11101010 1001011 1000101

Color Harmonies of #747FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FEB

Black with #747FEB

Text Example


Text Example

White with #747FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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