Html Css Color HEX #744BEE Medium Slate Blue

📋 copy color: '#744BEE'

red 116 ◦ green 75 ◦ blue 238

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

Shades of Medium Slate Blue #744BEE

Tints of Medium Slate Blue #744BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 27.04%
G = 17.48%
B = 55.48%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#744BEE (or 0x744BEE) is known color: Medium Slate Blue. HEX triplet: 74, 4B and EE. RGB value is (116,75,238). Sum of RGB (Red+Green+Blue) = 116+75+238=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #744BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BEE is #8BB411. Grayscale: #696969. Windows color (decimal): -9155602 or 15616884. OLE color: 15616884.

HSL color Cylindrical-coordinate representation of color #744BEE: hue angle of 255.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744BEE is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 75 238 -
CMYK 0.51 0.68 0 0.07
HSL 255.09º 0.83% 0.61% -
HSV(B) 255.09º 0.68% 0.93% -
XYZ 25.15 14.92 82.44 -
YUV 105.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 116 75 238 0.51 0.68 0 0.07 255.09 0.83 0.61
Hex 74 4B EE 33 44 0 7 FF 53 3D
Octal 164 113 356 63 104 0 7 377 123 75
Binary 1110100 1001011 11101110 110011 1000100 0 111 11111111 1010011 111101

Color Harmonies of #744BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BEE

Black with #744BEE

Text Example


Text Example

White with #744BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744BEE; }

 p { color: rgb(116,75,238); }

 H1.HeaderClassName
 {
   color: #744BEE;
 }
 .AnyTagClassName
 {
   color: #744BEE;
 }
</style>

background-color css

<style>
 a { background-color: #744BEE; }

 a { background-color: rgb(116,75,238); }

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

border-color css

<style>
 span { border-color: #744BEE; }

 span { border-color: rgb(116,75,238); }

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