Html Css Color HEX #7676DE Medium Slate Blue

📋 copy color: '#7676DE'

red 118 ◦ green 118 ◦ blue 222

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

Shades of Medium Slate Blue #7676DE

Tints of Medium Slate Blue #7676DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 25.76%
G = 25.76%
B = 48.47%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7676DE (or 0x7676DE) is known color: Medium Slate Blue. HEX triplet: 76, 76 and DE. RGB value is (118,118,222). Sum of RGB (Red+Green+Blue) = 118+118+222=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #7676DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676DE is #898921. Grayscale: #818181. Windows color (decimal): -9013538 or 14579318. OLE color: 14579318.

HSL color Cylindrical-coordinate representation of color #7676DE: hue angle of 240º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7676DE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 118 222 -
CMYK 0.47 0.47 0 0.13
HSL 240º 0.61% 0.67% -
HSV(B) 240º 0.47% 0.87% -
XYZ 27.13 22.08 71.94 -
YUV 129.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 118 118 222 0.47 0.47 0 0.13 240 0.61 0.67
Hex 76 76 DE 2F 2F 0 D F0 3D 43
Octal 166 166 336 57 57 0 15 360 75 103
Binary 1110110 1110110 11011110 101111 101111 0 1101 11110000 111101 1000011

Color Harmonies of #7676DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7676DE

Black with #7676DE

Text Example


Text Example

White with #7676DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7676DE; }

 p { color: rgb(118,118,222); }

 H1.HeaderClassName
 {
   color: #7676DE;
 }
 .AnyTagClassName
 {
   color: #7676DE;
 }
</style>

background-color css

<style>
 a { background-color: #7676DE; }

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

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

border-color css

<style>
 span { border-color: #7676DE; }

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

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