Html Css Color HEX #766FF2 Medium Slate Blue

📋 copy color: '#766FF2'

red 118 ◦ green 111 ◦ blue 242

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

Shades of Medium Slate Blue #766FF2

Tints of Medium Slate Blue #766FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 242 (94.92% from 255) = 51.38%

R = 25.05%
G = 23.57%
B = 51.38%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#766FF2 (or 0x766FF2) is known color: Medium Slate Blue. HEX triplet: 76, 6F and F2. RGB value is (118,111,242). Sum of RGB (Red+Green+Blue) = 118+111+242=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #766FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF2 is #89900D. Grayscale: #7F7F7F. Windows color (decimal): -9015310 or 15888246. OLE color: 15888246.

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

Color convert

RGB 118 111 242 -
CMYK 0.51 0.54 0 0.05
HSL 243.21º 0.83% 0.69% -
HSV(B) 243.21º 0.54% 0.95% -
XYZ 29.18 21.63 86.64 -
YUV 128.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 118 111 242 0.51 0.54 0 0.05 243.21 0.83 0.69
Hex 76 6F F2 33 36 0 5 F3 53 45
Octal 166 157 362 63 66 0 5 363 123 105
Binary 1110110 1101111 11110010 110011 110110 0 101 11110011 1010011 1000101

Color Harmonies of #766FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FF2

Black with #766FF2

Text Example


Text Example

White with #766FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766FF2; }

 p { color: rgb(118,111,242); }

 H1.HeaderClassName
 {
   color: #766FF2;
 }
 .AnyTagClassName
 {
   color: #766FF2;
 }
</style>

background-color css

<style>
 a { background-color: #766FF2; }

 a { background-color: rgb(118,111,242); }

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

border-color css

<style>
 span { border-color: #766FF2; }

 span { border-color: rgb(118,111,242); }

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