Html Css Color HEX #774CFC Medium Slate Blue

📋 copy color: '#774CFC'

red 119 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #774CFC

Tints of Medium Slate Blue #774CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 26.62%
G = 17%
B = 56.38%

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

#774CFC (or 0x774CFC) is known color: Medium Slate Blue. HEX triplet: 77, 4C and FC. RGB value is (119,76,252). Sum of RGB (Red+Green+Blue) = 119+76+252=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #774CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CFC is #88B303. Grayscale: #6C6C6C. Windows color (decimal): -8958724 or 16534647. OLE color: 16534647.

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

Color convert

RGB 119 76 252 -
CMYK 0.53 0.70 0 0.01
HSL 254.66º 0.97% 0.64% -
HSV(B) 254.66º 0.7% 0.99% -
XYZ 27.76 16.12 93.74 -
YUV 108.92 208.75 135.19 -
System Red Green Blue C M Y K H S L
Decimal 119 76 252 0.53 0.70 0 0.01 254.66 0.97 0.64
Hex 77 4C FC 35 46 0 1 FF 61 40
Octal 167 114 374 65 106 0 1 377 141 100
Binary 1110111 1001100 11111100 110101 1000110 0 1 11111111 1100001 1000000

Color Harmonies of #774CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CFC

Black with #774CFC

Text Example


Text Example

White with #774CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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