Html Css Color HEX #75689F Scampi

📋 copy color: '#75689F'

red 117 ◦ green 104 ◦ blue 159

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

Shades of Scampi #75689F

Tints of Scampi #75689F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 30.79%
G = 27.37%
B = 41.84%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75689F (or 0x75689F) is known color: Scampi. HEX triplet: 75, 68 and 9F. RGB value is (117,104,159). Sum of RGB (Red+Green+Blue) = 117+104+159=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #75689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689F is #8A9760. Grayscale: #717171. Windows color (decimal): -9082721 or 10446965. OLE color: 10446965.

HSL color Cylindrical-coordinate representation of color #75689F: hue angle of 254.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75689F is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 104 159 -
CMYK 0.26 0.35 0 0.38
HSL 254.18º 0.22% 0.52% -
HSV(B) 254.18º 0.35% 0.62% -
XYZ 18.54 16.19 34.95 -
YUV 114.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 117 104 159 0.26 0.35 0 0.38 254.18 0.22 0.52
Hex 75 68 9F 1A 23 0 26 FE 16 34
Octal 165 150 237 32 43 0 46 376 26 64
Binary 1110101 1101000 10011111 11010 100011 0 100110 11111110 10110 110100

Color Harmonies of #75689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75689F

Black with #75689F

Text Example


Text Example

White with #75689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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