Html Css Color HEX #747BE6 Medium Slate Blue

📋 copy color: '#747BE6'

red 116 ◦ green 123 ◦ blue 230

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

Shades of Medium Slate Blue #747BE6

Tints of Medium Slate Blue #747BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.04%

R = 24.73%
G = 26.23%
B = 49.04%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#747BE6 (or 0x747BE6) is known color: Medium Slate Blue. HEX triplet: 74, 7B and E6. RGB value is (116,123,230). Sum of RGB (Red+Green+Blue) = 116+123+230=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #747BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747BE6 is #8B8419. Grayscale: #848484. Windows color (decimal): -9143322 or 15104884. OLE color: 15104884.

HSL color Cylindrical-coordinate representation of color #747BE6: hue angle of 236.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #747BE6 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 123 230 -
CMYK 0.50 0.47 0 0.10
HSL 236.32º 0.7% 0.68% -
HSV(B) 236.32º 0.5% 0.9% -
XYZ 28.57 23.59 77.91 -
YUV 133.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 116 123 230 0.50 0.47 0 0.10 236.32 0.7 0.68
Hex 74 7B E6 32 2F 0 A EC 46 44
Octal 164 173 346 62 57 0 12 354 106 104
Binary 1110100 1111011 11100110 110010 101111 0 1010 11101100 1000110 1000100

Color Harmonies of #747BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BE6

Black with #747BE6

Text Example


Text Example

White with #747BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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