Html Css Color HEX #75689D Scampi

📋 copy color: '#75689D'

red 117 ◦ green 104 ◦ blue 157

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

Shades of Scampi #75689D

Tints of Scampi #75689D

RGB

 RED value IS 117 (46.09% from 255) = 30.95%

 GREEN value IS 104 (41.02% from 255) = 27.51%

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 30.95%
G = 27.51%
B = 41.53%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75689D (or 0x75689D) is known color: Scampi. HEX triplet: 75, 68 and 9D. RGB value is (117,104,157). Sum of RGB (Red+Green+Blue) = 117+104+157=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #75689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689D is #8A9762. Grayscale: #717171. Windows color (decimal): -9082723 or 10315893. OLE color: 10315893.

HSL color Cylindrical-coordinate representation of color #75689D: hue angle of 254.72º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75689D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 104 157 -
CMYK 0.25 0.34 0 0.38
HSL 254.72º 0.21% 0.51% -
HSV(B) 254.72º 0.34% 0.62% -
XYZ 18.37 16.12 34.04 -
YUV 113.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 117 104 157 0.25 0.34 0 0.38 254.72 0.21 0.51
Hex 75 68 9D 19 22 0 26 FF 15 33
Octal 165 150 235 31 42 0 46 377 25 63
Binary 1110101 1101000 10011101 11001 100010 0 100110 11111111 10101 110011

Color Harmonies of #75689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75689D

Black with #75689D

Text Example


Text Example

White with #75689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75689D; }

 p { color: rgb(117,104,157); }

 H1.HeaderClassName
 {
   color: #75689D;
 }
 .AnyTagClassName
 {
   color: #75689D;
 }
</style>

background-color css

<style>
 a { background-color: #75689D; }

 a { background-color: rgb(117,104,157); }

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

border-color css

<style>
 span { border-color: #75689D; }

 span { border-color: rgb(117,104,157); }

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