Html Css Color HEX #774BFE Medium Slate Blue

📋 copy color: '#774BFE'

red 119 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #774BFE

Tints of Medium Slate Blue #774BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.74%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 26.56%
G = 16.74%
B = 56.7%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#774BFE (or 0x774BFE) is known color: Medium Slate Blue. HEX triplet: 77, 4B and FE. RGB value is (119,75,254). Sum of RGB (Red+Green+Blue) = 119+75+254=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #774BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BFE is #88B401. Grayscale: #6B6B6B. Windows color (decimal): -8958978 or 16665463. OLE color: 16665463.

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

Color convert

RGB 119 75 254 -
CMYK 0.53 0.70 0 0.00
HSL 254.75º 0.99% 0.65% -
HSV(B) 254.75º 0.7% 1% -
XYZ 28.01 16.11 95.4 -
YUV 108.56 210.08 135.45 -
System Red Green Blue C M Y K H S L
Decimal 119 75 254 0.53 0.70 0 0.00 254.75 0.99 0.65
Hex 77 4B FE 35 46 0 0 FF 63 41
Octal 167 113 376 65 106 0 0 377 143 101
Binary 1110111 1001011 11111110 110101 1000110 0 0 11111111 1100011 1000001

Color Harmonies of #774BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BFE

Black with #774BFE

Text Example


Text Example

White with #774BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,75,254); }

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

background-color css

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

 a { background-color: rgb(119,75,254); }

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

border-color css

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

 span { border-color: rgb(119,75,254); }

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