Html Css Color HEX #705B9C Scampi

📋 copy color: '#705B9C'

red 112 ◦ green 91 ◦ blue 156

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

Shades of Scampi #705B9C

Tints of Scampi #705B9C

RGB

 RED value IS 112 (44.14% from 255) = 31.2%

 GREEN value IS 91 (35.94% from 255) = 25.35%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 31.2%
G = 25.35%
B = 43.45%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#705B9C (or 0x705B9C) is known color: Scampi. HEX triplet: 70, 5B and 9C. RGB value is (112,91,156). Sum of RGB (Red+Green+Blue) = 112+91+156=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #705B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705B9C is #8FA463. Grayscale: #686868. Windows color (decimal): -9413732 or 10247024. OLE color: 10247024.

HSL color Cylindrical-coordinate representation of color #705B9C: hue angle of 259.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705B9C is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 91 156 -
CMYK 0.28 0.42 0 0.39
HSL 259.38º 0.26% 0.48% -
HSV(B) 259.38º 0.42% 0.61% -
XYZ 16.42 13.33 33.16 -
YUV 104.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 112 91 156 0.28 0.42 0 0.39 259.38 0.26 0.48
Hex 70 5B 9C 1C 2A 0 27 103 1A 30
Octal 160 133 234 34 52 0 47 403 32 60
Binary 1110000 1011011 10011100 11100 101010 0 100111 100000011 11010 110000

Color Harmonies of #705B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B9C

Black with #705B9C

Text Example


Text Example

White with #705B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B9C; }

 p { color: rgb(112,91,156); }

 H1.HeaderClassName
 {
   color: #705B9C;
 }
 .AnyTagClassName
 {
   color: #705B9C;
 }
</style>

background-color css

<style>
 a { background-color: #705B9C; }

 a { background-color: rgb(112,91,156); }

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

border-color css

<style>
 span { border-color: #705B9C; }

 span { border-color: rgb(112,91,156); }

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