Html Css Color HEX #707293 Scampi

📋 copy color: '#707293'

red 112 ◦ green 114 ◦ blue 147

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

Shades of Scampi #707293

Tints of Scampi #707293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 30.03%
G = 30.56%
B = 39.41%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707293 (or 0x707293) is known color: Scampi. HEX triplet: 70, 72 and 93. RGB value is (112,114,147). Sum of RGB (Red+Green+Blue) = 112+114+147=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #707293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707293 is #8F8D6C. Grayscale: #757575. Windows color (decimal): -9407853 or 9663088. OLE color: 9663088.

HSL color Cylindrical-coordinate representation of color #707293: hue angle of 236.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707293 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 114 147 -
CMYK 0.24 0.22 0 0.42
HSL 236.57º 0.14% 0.51% -
HSV(B) 236.57º 0.24% 0.58% -
XYZ 17.97 17.59 30.05 -
YUV 117.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 112 114 147 0.24 0.22 0 0.42 236.57 0.14 0.51
Hex 70 72 93 18 16 0 2A ED E 33
Octal 160 162 223 30 26 0 52 355 16 63
Binary 1110000 1110010 10010011 11000 10110 0 101010 11101101 1110 110011

Color Harmonies of #707293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707293

Black with #707293

Text Example


Text Example

White with #707293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707293; }

 p { color: rgb(112,114,147); }

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

background-color css

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

 a { background-color: rgb(112,114,147); }

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

border-color css

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

 span { border-color: rgb(112,114,147); }

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