Html Css Color HEX #767DF1 Medium Slate Blue

📋 copy color: '#767DF1'

red 118 ◦ green 125 ◦ blue 241

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

Shades of Medium Slate Blue #767DF1

Tints of Medium Slate Blue #767DF1

RGB

 RED value IS 118 (46.48% from 255) = 24.38%

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 24.38%
G = 25.83%
B = 49.79%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#767DF1 (or 0x767DF1) is known color: Medium Slate Blue. HEX triplet: 76, 7D and F1. RGB value is (118,125,241). Sum of RGB (Red+Green+Blue) = 118+125+241=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #767DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DF1 is #89820E. Grayscale: #878787. Windows color (decimal): -9011727 or 15826294. OLE color: 15826294.

HSL color Cylindrical-coordinate representation of color #767DF1: hue angle of 236.59º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767DF1 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 125 241 -
CMYK 0.51 0.48 0 0.05
HSL 236.59º 0.81% 0.7% -
HSV(B) 236.59º 0.51% 0.95% -
XYZ 30.68 24.87 86.4 -
YUV 136.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 118 125 241 0.51 0.48 0 0.05 236.59 0.81 0.7
Hex 76 7D F1 33 30 0 5 ED 51 46
Octal 166 175 361 63 60 0 5 355 121 106
Binary 1110110 1111101 11110001 110011 110000 0 101 11101101 1010001 1000110

Color Harmonies of #767DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DF1

Black with #767DF1

Text Example


Text Example

White with #767DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767DF1; }

 p { color: rgb(118,125,241); }

 H1.HeaderClassName
 {
   color: #767DF1;
 }
 .AnyTagClassName
 {
   color: #767DF1;
 }
</style>

background-color css

<style>
 a { background-color: #767DF1; }

 a { background-color: rgb(118,125,241); }

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

border-color css

<style>
 span { border-color: #767DF1; }

 span { border-color: rgb(118,125,241); }

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