Html Css Color HEX #774BEB Medium Slate Blue

📋 copy color: '#774BEB'

red 119 ◦ green 75 ◦ blue 235

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

Shades of Medium Slate Blue #774BEB

Tints of Medium Slate Blue #774BEB

RGB

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

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

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

R = 27.74%
G = 17.48%
B = 54.78%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#774BEB (or 0x774BEB) is known color: Medium Slate Blue. HEX triplet: 77, 4B and EB. RGB value is (119,75,235). Sum of RGB (Red+Green+Blue) = 119+75+235=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #774BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BEB is #88B414. Grayscale: #696969. Windows color (decimal): -8958997 or 15420279. OLE color: 15420279.

HSL color Cylindrical-coordinate representation of color #774BEB: hue angle of 256.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774BEB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 75 235 -
CMYK 0.49 0.68 0 0.08
HSL 256.5º 0.8% 0.61% -
HSV(B) 256.5º 0.68% 0.92% -
XYZ 25.12 14.95 80.16 -
YUV 106.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 119 75 235 0.49 0.68 0 0.08 256.5 0.8 0.61
Hex 77 4B EB 31 44 0 8 100 50 3D
Octal 167 113 353 61 104 0 10 400 120 75
Binary 1110111 1001011 11101011 110001 1000100 0 1000 100000000 1010000 111101

Color Harmonies of #774BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BEB

Black with #774BEB

Text Example


Text Example

White with #774BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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