Html Css Color HEX #774EFA Medium Slate Blue

📋 copy color: '#774EFA'

red 119 ◦ green 78 ◦ blue 250

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

Shades of Medium Slate Blue #774EFA

Tints of Medium Slate Blue #774EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 26.62%
G = 17.45%
B = 55.93%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#774EFA (or 0x774EFA) is known color: Medium Slate Blue. HEX triplet: 77, 4E and FA. RGB value is (119,78,250). Sum of RGB (Red+Green+Blue) = 119+78+250=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #774EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EFA is #88B105. Grayscale: #6D6D6D. Windows color (decimal): -8958214 or 16404087. OLE color: 16404087.

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

Color convert

RGB 119 78 250 -
CMYK 0.52 0.69 0 0.02
HSL 254.3º 0.95% 0.64% -
HSV(B) 254.3º 0.69% 0.98% -
XYZ 27.59 16.27 92.13 -
YUV 109.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 119 78 250 0.52 0.69 0 0.02 254.3 0.95 0.64
Hex 77 4E FA 34 45 0 2 FE 5F 40
Octal 167 116 372 64 105 0 2 376 137 100
Binary 1110111 1001110 11111010 110100 1000101 0 10 11111110 1011111 1000000

Color Harmonies of #774EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EFA

Black with #774EFA

Text Example


Text Example

White with #774EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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