Html Css Color HEX #7676DD Medium Slate Blue

📋 copy color: '#7676DD'

red 118 ◦ green 118 ◦ blue 221

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

Shades of Medium Slate Blue #7676DD

Tints of Medium Slate Blue #7676DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 25.82%
G = 25.82%
B = 48.36%

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

#7676DD (or 0x7676DD) is known color: Medium Slate Blue. HEX triplet: 76, 76 and DD. RGB value is (118,118,221). Sum of RGB (Red+Green+Blue) = 118+118+221=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #7676DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676DD is #898922. Grayscale: #818181. Windows color (decimal): -9013539 or 14513782. OLE color: 14513782.

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

Color convert

RGB 118 118 221 -
CMYK 0.47 0.47 0 0.13
HSL 240º 0.6% 0.66% -
HSV(B) 240º 0.47% 0.87% -
XYZ 27 22.03 71.24 -
YUV 129.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 118 118 221 0.47 0.47 0 0.13 240 0.6 0.66
Hex 76 76 DD 2F 2F 0 D F0 3C 42
Octal 166 166 335 57 57 0 15 360 74 102
Binary 1110110 1110110 11011101 101111 101111 0 1101 11110000 111100 1000010

Color Harmonies of #7676DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7676DD

Black with #7676DD

Text Example


Text Example

White with #7676DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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