Html Css Color HEX #774BEC Medium Slate Blue

📋 copy color: '#774BEC'

red 119 ◦ green 75 ◦ blue 236

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

Shades of Medium Slate Blue #774BEC

Tints of Medium Slate Blue #774BEC

RGB

 RED value IS 119 (46.88% from 255) = 27.67%

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 27.67%
G = 17.44%
B = 54.88%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#774BEC (or 0x774BEC) is known color: Medium Slate Blue. HEX triplet: 77, 4B and EC. RGB value is (119,75,236). Sum of RGB (Red+Green+Blue) = 119+75+236=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #774BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BEC is #88B413. Grayscale: #696969. Windows color (decimal): -8958996 or 15485815. OLE color: 15485815.

HSL color Cylindrical-coordinate representation of color #774BEC: hue angle of 256.4º degrees, saturation: 0.81, 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 #774BEC is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 75 236 -
CMYK 0.50 0.68 0 0.07
HSL 256.4º 0.81% 0.61% -
HSV(B) 256.4º 0.68% 0.93% -
XYZ 25.26 15.01 80.92 -
YUV 106.51 201.08 136.91 -
System Red Green Blue C M Y K H S L
Decimal 119 75 236 0.50 0.68 0 0.07 256.4 0.81 0.61
Hex 77 4B EC 32 44 0 7 100 51 3D
Octal 167 113 354 62 104 0 7 400 121 75
Binary 1110111 1001011 11101100 110010 1000100 0 111 100000000 1010001 111101

Color Harmonies of #774BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BEC

Black with #774BEC

Text Example


Text Example

White with #774BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774BEC; }

 p { color: rgb(119,75,236); }

 H1.HeaderClassName
 {
   color: #774BEC;
 }
 .AnyTagClassName
 {
   color: #774BEC;
 }
</style>

background-color css

<style>
 a { background-color: #774BEC; }

 a { background-color: rgb(119,75,236); }

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

border-color css

<style>
 span { border-color: #774BEC; }

 span { border-color: rgb(119,75,236); }

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