Html Css Color HEX #7675DD Medium Slate Blue

📋 copy color: '#7675DD'

red 118 ◦ green 117 ◦ blue 221

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

Shades of Medium Slate Blue #7675DD

Tints of Medium Slate Blue #7675DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 25.88%
G = 25.66%
B = 48.46%

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

#7675DD (or 0x7675DD) is known color: Medium Slate Blue. HEX triplet: 76, 75 and DD. RGB value is (118,117,221). Sum of RGB (Red+Green+Blue) = 118+117+221=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7675DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675DD is #898A22. Grayscale: #808080. Windows color (decimal): -9013795 or 14513526. OLE color: 14513526.

HSL color Cylindrical-coordinate representation of color #7675DD: hue angle of 240.58º 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 #7675DD is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 117 221 -
CMYK 0.47 0.47 0 0.13
HSL 240.58º 0.6% 0.66% -
HSV(B) 240.58º 0.47% 0.87% -
XYZ 26.88 21.79 71.2 -
YUV 129.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 118 117 221 0.47 0.47 0 0.13 240.58 0.6 0.66
Hex 76 75 DD 2F 2F 0 D F1 3C 42
Octal 166 165 335 57 57 0 15 361 74 102
Binary 1110110 1110101 11011101 101111 101111 0 1101 11110001 111100 1000010

Color Harmonies of #7675DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675DD

Black with #7675DD

Text Example


Text Example

White with #7675DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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