Html Css Color HEX #775BFA Medium Slate Blue

📋 copy color: '#775BFA'

red 119 ◦ green 91 ◦ blue 250

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

Shades of Medium Slate Blue #775BFA

Tints of Medium Slate Blue #775BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 25.87%
G = 19.78%
B = 54.35%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#775BFA (or 0x775BFA) is known color: Medium Slate Blue. HEX triplet: 77, 5B and FA. RGB value is (119,91,250). Sum of RGB (Red+Green+Blue) = 119+91+250=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #775BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775BFA is #88A405. Grayscale: #747474. Windows color (decimal): -8954886 or 16407415. OLE color: 16407415.

HSL color Cylindrical-coordinate representation of color #775BFA: hue angle of 250.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #775BFA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 91 250 -
CMYK 0.52 0.64 0 0.02
HSL 250.57º 0.94% 0.67% -
HSV(B) 250.57º 0.64% 0.98% -
XYZ 28.6 18.31 92.47 -
YUV 117.5 202.78 129.07 -
System Red Green Blue C M Y K H S L
Decimal 119 91 250 0.52 0.64 0 0.02 250.57 0.94 0.67
Hex 77 5B FA 34 40 0 2 FB 5E 43
Octal 167 133 372 64 100 0 2 373 136 103
Binary 1110111 1011011 11111010 110100 1000000 0 10 11111011 1011110 1000011

Color Harmonies of #775BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BFA

Black with #775BFA

Text Example


Text Example

White with #775BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775BFA; }

 p { color: rgb(119,91,250); }

 H1.HeaderClassName
 {
   color: #775BFA;
 }
 .AnyTagClassName
 {
   color: #775BFA;
 }
</style>

background-color css

<style>
 a { background-color: #775BFA; }

 a { background-color: rgb(119,91,250); }

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

border-color css

<style>
 span { border-color: #775BFA; }

 span { border-color: rgb(119,91,250); }

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