Html Css Color HEX #776CF3 Medium Slate Blue

📋 copy color: '#776CF3'

red 119 ◦ green 108 ◦ blue 243

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

Shades of Medium Slate Blue #776CF3

Tints of Medium Slate Blue #776CF3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.98%

 BLUE value IS 243 (95.31% from 255) = 51.7%

R = 25.32%
G = 22.98%
B = 51.7%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#776CF3 (or 0x776CF3) is known color: Medium Slate Blue. HEX triplet: 77, 6C and F3. RGB value is (119,108,243). Sum of RGB (Red+Green+Blue) = 119+108+243=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #776CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CF3 is #88930C. Grayscale: #7E7E7E. Windows color (decimal): -8950541 or 15953015. OLE color: 15953015.

HSL color Cylindrical-coordinate representation of color #776CF3: hue angle of 244.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776CF3 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 108 243 -
CMYK 0.51 0.56 0 0.05
HSL 244.89º 0.85% 0.69% -
HSV(B) 244.89º 0.56% 0.95% -
XYZ 29.15 21.12 87.33 -
YUV 126.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 119 108 243 0.51 0.56 0 0.05 244.89 0.85 0.69
Hex 77 6C F3 33 38 0 5 F5 55 45
Octal 167 154 363 63 70 0 5 365 125 105
Binary 1110111 1101100 11110011 110011 111000 0 101 11110101 1010101 1000101

Color Harmonies of #776CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CF3

Black with #776CF3

Text Example


Text Example

White with #776CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776CF3; }

 p { color: rgb(119,108,243); }

 H1.HeaderClassName
 {
   color: #776CF3;
 }
 .AnyTagClassName
 {
   color: #776CF3;
 }
</style>

background-color css

<style>
 a { background-color: #776CF3; }

 a { background-color: rgb(119,108,243); }

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

border-color css

<style>
 span { border-color: #776CF3; }

 span { border-color: rgb(119,108,243); }

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