Html Css Color HEX #774CFD Medium Slate Blue

📋 copy color: '#774CFD'

red 119 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #774CFD

Tints of Medium Slate Blue #774CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 26.56%
G = 16.96%
B = 56.47%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#774CFD (or 0x774CFD) is known color: Medium Slate Blue. HEX triplet: 77, 4C and FD. RGB value is (119,76,253). Sum of RGB (Red+Green+Blue) = 119+76+253=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #774CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CFD is #88B302. Grayscale: #6C6C6C. Windows color (decimal): -8958723 or 16600183. OLE color: 16600183.

HSL color Cylindrical-coordinate representation of color #774CFD: hue angle of 254.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774CFD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 76 253 -
CMYK 0.53 0.70 0 0.01
HSL 254.58º 0.98% 0.65% -
HSV(B) 254.58º 0.7% 0.99% -
XYZ 27.92 16.18 94.58 -
YUV 109.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 119 76 253 0.53 0.70 0 0.01 254.58 0.98 0.65
Hex 77 4C FD 35 46 0 1 FF 62 41
Octal 167 114 375 65 106 0 1 377 142 101
Binary 1110111 1001100 11111101 110101 1000110 0 1 11111111 1100010 1000001

Color Harmonies of #774CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CFD

Black with #774CFD

Text Example


Text Example

White with #774CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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