Html Css Color HEX #7761FE Medium Slate Blue

📋 copy color: '#7761FE'

red 119 ◦ green 97 ◦ blue 254

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

Shades of Medium Slate Blue #7761FE

Tints of Medium Slate Blue #7761FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

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

R = 25.32%
G = 20.64%
B = 54.04%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7761FE (or 0x7761FE) is known color: Medium Slate Blue. HEX triplet: 77, 61 and FE. RGB value is (119,97,254). Sum of RGB (Red+Green+Blue) = 119+97+254=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7761FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7761FE is #889E01. Grayscale: #787878. Windows color (decimal): -8953346 or 16671095. OLE color: 16671095.

HSL color Cylindrical-coordinate representation of color #7761FE: hue angle of 248.41º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7761FE is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 97 254 -
CMYK 0.53 0.62 0 0.00
HSL 248.41º 0.99% 0.69% -
HSV(B) 248.41º 0.62% 1% -
XYZ 29.77 19.63 95.99 -
YUV 121.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 119 97 254 0.53 0.62 0 0.00 248.41 0.99 0.69
Hex 77 61 FE 35 3E 0 0 F8 63 45
Octal 167 141 376 65 76 0 0 370 143 105
Binary 1110111 1100001 11111110 110101 111110 0 0 11111000 1100011 1000101

Color Harmonies of #7761FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761FE

Black with #7761FE

Text Example


Text Example

White with #7761FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7761FE; }

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

 H1.HeaderClassName
 {
   color: #7761FE;
 }
 .AnyTagClassName
 {
   color: #7761FE;
 }
</style>

background-color css

<style>
 a { background-color: #7761FE; }

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

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

border-color css

<style>
 span { border-color: #7761FE; }

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

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