Html Css Color HEX #774BFB Medium Slate Blue

📋 copy color: '#774BFB'

red 119 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #774BFB

Tints of Medium Slate Blue #774BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 26.74%
G = 16.85%
B = 56.4%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#774BFB (or 0x774BFB) is known color: Medium Slate Blue. HEX triplet: 77, 4B and FB. RGB value is (119,75,251). Sum of RGB (Red+Green+Blue) = 119+75+251=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #774BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BFB is #88B404. Grayscale: #6B6B6B. Windows color (decimal): -8958981 or 16468855. OLE color: 16468855.

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

Color convert

RGB 119 75 251 -
CMYK 0.53 0.70 0 0.02
HSL 255º 0.96% 0.64% -
HSV(B) 255º 0.7% 0.98% -
XYZ 27.54 15.92 92.89 -
YUV 108.22 208.58 135.69 -
System Red Green Blue C M Y K H S L
Decimal 119 75 251 0.53 0.70 0 0.02 255 0.96 0.64
Hex 77 4B FB 35 46 0 2 FF 60 40
Octal 167 113 373 65 106 0 2 377 140 100
Binary 1110111 1001011 11111011 110101 1000110 0 10 11111111 1100000 1000000

Color Harmonies of #774BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BFB

Black with #774BFB

Text Example


Text Example

White with #774BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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