Html Css Color HEX #75689B Scampi

📋 copy color: '#75689B'

red 117 ◦ green 104 ◦ blue 155

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

Shades of Scampi #75689B

Tints of Scampi #75689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 31.12%
G = 27.66%
B = 41.22%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75689B (or 0x75689B) is known color: Scampi. HEX triplet: 75, 68 and 9B. RGB value is (117,104,155). Sum of RGB (Red+Green+Blue) = 117+104+155=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #75689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689B is #8A9764. Grayscale: #717171. Windows color (decimal): -9082725 or 10184821. OLE color: 10184821.

HSL color Cylindrical-coordinate representation of color #75689B: hue angle of 255.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75689B is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 104 155 -
CMYK 0.25 0.33 0 0.39
HSL 255.29º 0.2% 0.51% -
HSV(B) 255.29º 0.33% 0.61% -
XYZ 18.2 16.05 33.15 -
YUV 113.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 117 104 155 0.25 0.33 0 0.39 255.29 0.2 0.51
Hex 75 68 9B 19 21 0 27 FF 14 33
Octal 165 150 233 31 41 0 47 377 24 63
Binary 1110101 1101000 10011011 11001 100001 0 100111 11111111 10100 110011

Color Harmonies of #75689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75689B

Black with #75689B

Text Example


Text Example

White with #75689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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