Html Css Color HEX #774CE7 Medium Slate Blue

📋 copy color: '#774CE7'

red 119 ◦ green 76 ◦ blue 231

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

Shades of Medium Slate Blue #774CE7

Tints of Medium Slate Blue #774CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

 BLUE value IS 231 (90.63% from 255) = 54.23%

R = 27.93%
G = 17.84%
B = 54.23%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#774CE7 (or 0x774CE7) is known color: Medium Slate Blue. HEX triplet: 77, 4C and E7. RGB value is (119,76,231). Sum of RGB (Red+Green+Blue) = 119+76+231=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #774CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CE7 is #88B318. Grayscale: #696969. Windows color (decimal): -8958745 or 15158391. OLE color: 15158391.

HSL color Cylindrical-coordinate representation of color #774CE7: hue angle of 256.65º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774CE7 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 76 231 -
CMYK 0.48 0.67 0 0.09
HSL 256.65º 0.76% 0.6% -
HSV(B) 256.65º 0.67% 0.91% -
XYZ 24.62 14.86 77.17 -
YUV 106.53 198.25 136.9 -
System Red Green Blue C M Y K H S L
Decimal 119 76 231 0.48 0.67 0 0.09 256.65 0.76 0.6
Hex 77 4C E7 30 43 0 9 101 4C 3C
Octal 167 114 347 60 103 0 11 401 114 74
Binary 1110111 1001100 11100111 110000 1000011 0 1001 100000001 1001100 111100

Color Harmonies of #774CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CE7

Black with #774CE7

Text Example


Text Example

White with #774CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,231); }

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

background-color css

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

 a { background-color: rgb(119,76,231); }

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

border-color css

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

 span { border-color: rgb(119,76,231); }

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