Html Css Color HEX #774AF2 Medium Slate Blue

📋 copy color: '#774AF2'

red 119 ◦ green 74 ◦ blue 242

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

Shades of Medium Slate Blue #774AF2

Tints of Medium Slate Blue #774AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

 BLUE value IS 242 (94.92% from 255) = 55.63%

R = 27.36%
G = 17.01%
B = 55.63%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#774AF2 (or 0x774AF2) is known color: Medium Slate Blue. HEX triplet: 77, 4A and F2. RGB value is (119,74,242). Sum of RGB (Red+Green+Blue) = 119+74+242=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #774AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774AF2 is #88B50D. Grayscale: #696969. Windows color (decimal): -8959246 or 15878775. OLE color: 15878775.

HSL color Cylindrical-coordinate representation of color #774AF2: hue angle of 256.07º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774AF2 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 74 242 -
CMYK 0.51 0.69 0 0.05
HSL 256.07º 0.87% 0.62% -
HSV(B) 256.07º 0.69% 0.95% -
XYZ 26.08 15.23 85.57 -
YUV 106.61 204.41 136.84 -
System Red Green Blue C M Y K H S L
Decimal 119 74 242 0.51 0.69 0 0.05 256.07 0.87 0.62
Hex 77 4A F2 33 45 0 5 100 57 3E
Octal 167 112 362 63 105 0 5 400 127 76
Binary 1110111 1001010 11110010 110011 1000101 0 101 100000000 1010111 111110

Color Harmonies of #774AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774AF2

Black with #774AF2

Text Example


Text Example

White with #774AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,242); }

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

background-color css

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

 a { background-color: rgb(119,74,242); }

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

border-color css

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

 span { border-color: rgb(119,74,242); }

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