Html Css Color HEX #775FFC Medium Slate Blue

📋 copy color: '#775FFC'

red 119 ◦ green 95 ◦ blue 252

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

Shades of Medium Slate Blue #775FFC

Tints of Medium Slate Blue #775FFC

RGB

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

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

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

R = 25.54%
G = 20.39%
B = 54.08%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#775FFC (or 0x775FFC) is known color: Medium Slate Blue. HEX triplet: 77, 5F and FC. RGB value is (119,95,252). Sum of RGB (Red+Green+Blue) = 119+95+252=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #775FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775FFC is #88A003. Grayscale: #777777. Windows color (decimal): -8953860 or 16539511. OLE color: 16539511.

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

Color convert

RGB 119 95 252 -
CMYK 0.53 0.62 0 0.01
HSL 249.17º 0.96% 0.68% -
HSV(B) 249.17º 0.62% 0.99% -
XYZ 29.27 19.13 94.25 -
YUV 120.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 119 95 252 0.53 0.62 0 0.01 249.17 0.96 0.68
Hex 77 5F FC 35 3E 0 1 F9 60 44
Octal 167 137 374 65 76 0 1 371 140 104
Binary 1110111 1011111 11111100 110101 111110 0 1 11111001 1100000 1000100

Color Harmonies of #775FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FFC

Black with #775FFC

Text Example


Text Example

White with #775FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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