Html Css Color HEX #7675F6 Medium Slate Blue

📋 copy color: '#7675F6'

red 118 ◦ green 117 ◦ blue 246

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

Shades of Medium Slate Blue #7675F6

Tints of Medium Slate Blue #7675F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 24.53%
G = 24.32%
B = 51.14%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7675F6 (or 0x7675F6) is known color: Medium Slate Blue. HEX triplet: 76, 75 and F6. RGB value is (118,117,246). Sum of RGB (Red+Green+Blue) = 118+117+246=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #7675F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7675F6 is #898A09. Grayscale: #838383. Windows color (decimal): -9013770 or 16151926. OLE color: 16151926.

HSL color Cylindrical-coordinate representation of color #7675F6: hue angle of 240.47º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7675F6 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 117 246 -
CMYK 0.52 0.52 0 0.04
HSL 240.47º 0.88% 0.71% -
HSV(B) 240.47º 0.52% 0.96% -
XYZ 30.47 23.23 90.07 -
YUV 132.01 192.33 118.01 -
System Red Green Blue C M Y K H S L
Decimal 118 117 246 0.52 0.52 0 0.04 240.47 0.88 0.71
Hex 76 75 F6 34 34 0 4 F0 58 47
Octal 166 165 366 64 64 0 4 360 130 107
Binary 1110110 1110101 11110110 110100 110100 0 100 11110000 1011000 1000111

Color Harmonies of #7675F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675F6

Black with #7675F6

Text Example


Text Example

White with #7675F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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