Html Css Color HEX #775FFB Medium Slate Blue

📋 copy color: '#775FFB'

red 119 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #775FFB

Tints of Medium Slate Blue #775FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

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

R = 25.59%
G = 20.43%
B = 53.98%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#775FFB (or 0x775FFB) is known color: Medium Slate Blue. HEX triplet: 77, 5F and FB. RGB value is (119,95,251). Sum of RGB (Red+Green+Blue) = 119+95+251=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #775FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFB is #88A004. Grayscale: #777777. Windows color (decimal): -8953861 or 16473975. OLE color: 16473975.

HSL color Cylindrical-coordinate representation of color #775FFB: hue angle of 249.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #775FFB is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 95 251 -
CMYK 0.53 0.62 0 0.02
HSL 249.23º 0.95% 0.68% -
HSV(B) 249.23º 0.62% 0.98% -
XYZ 29.11 19.07 93.41 -
YUV 119.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 119 95 251 0.53 0.62 0 0.02 249.23 0.95 0.68
Hex 77 5F FB 35 3E 0 2 F9 5F 44
Octal 167 137 373 65 76 0 2 371 137 104
Binary 1110111 1011111 11111011 110101 111110 0 10 11111001 1011111 1000100

Color Harmonies of #775FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FFB

Black with #775FFB

Text Example


Text Example

White with #775FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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