Html Css Color HEX #747BF0 Medium Slate Blue

📋 copy color: '#747BF0'

red 116 ◦ green 123 ◦ blue 240

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

Shades of Medium Slate Blue #747BF0

Tints of Medium Slate Blue #747BF0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 24.22%
G = 25.68%
B = 50.1%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#747BF0 (or 0x747BF0) is known color: Medium Slate Blue. HEX triplet: 74, 7B and F0. RGB value is (116,123,240). Sum of RGB (Red+Green+Blue) = 116+123+240=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #747BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747BF0 is #8B840F. Grayscale: #858585. Windows color (decimal): -9143312 or 15760244. OLE color: 15760244.

HSL color Cylindrical-coordinate representation of color #747BF0: hue angle of 236.61º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #747BF0 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 123 240 -
CMYK 0.52 0.49 0 0.06
HSL 236.61º 0.81% 0.7% -
HSV(B) 236.61º 0.52% 0.94% -
XYZ 30.01 24.17 85.52 -
YUV 134.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 116 123 240 0.52 0.49 0 0.06 236.61 0.81 0.7
Hex 74 7B F0 34 31 0 6 ED 51 46
Octal 164 173 360 64 61 0 6 355 121 106
Binary 1110100 1111011 11110000 110100 110001 0 110 11101101 1010001 1000110

Color Harmonies of #747BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BF0

Black with #747BF0

Text Example


Text Example

White with #747BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,123,240); }

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

background-color css

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

 a { background-color: rgb(116,123,240); }

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

border-color css

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

 span { border-color: rgb(116,123,240); }

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