Html Css Color HEX #774EFB Medium Slate Blue

📋 copy color: '#774EFB'

red 119 ◦ green 78 ◦ blue 251

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

Shades of Medium Slate Blue #774EFB

Tints of Medium Slate Blue #774EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 26.56%
G = 17.41%
B = 56.03%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#774EFB (or 0x774EFB) is known color: Medium Slate Blue. HEX triplet: 77, 4E and FB. RGB value is (119,78,251). Sum of RGB (Red+Green+Blue) = 119+78+251=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #774EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EFB is #88B104. Grayscale: #6D6D6D. Windows color (decimal): -8958213 or 16469623. OLE color: 16469623.

HSL color Cylindrical-coordinate representation of color #774EFB: hue angle of 254.22º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774EFB is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 78 251 -
CMYK 0.53 0.69 0 0.02
HSL 254.22º 0.96% 0.65% -
HSV(B) 254.22º 0.69% 0.98% -
XYZ 27.74 16.34 92.96 -
YUV 109.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 119 78 251 0.53 0.69 0 0.02 254.22 0.96 0.65
Hex 77 4E FB 35 45 0 2 FE 60 41
Octal 167 116 373 65 105 0 2 376 140 101
Binary 1110111 1001110 11111011 110101 1000101 0 10 11111110 1100000 1000001

Color Harmonies of #774EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EFB

Black with #774EFB

Text Example


Text Example

White with #774EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,251); }

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

background-color css

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

 a { background-color: rgb(119,78,251); }

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

border-color css

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

 span { border-color: rgb(119,78,251); }

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