Html Css Color HEX #707093 Scampi

📋 copy color: '#707093'

red 112 ◦ green 112 ◦ blue 147

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

Shades of Scampi #707093

Tints of Scampi #707093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 30.19%
G = 30.19%
B = 39.62%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707093 (or 0x707093) is known color: Scampi. HEX triplet: 70, 70 and 93. RGB value is (112,112,147). Sum of RGB (Red+Green+Blue) = 112+112+147=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #707093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707093 is #8F8F6C. Grayscale: #737373. Windows color (decimal): -9408365 or 9662576. OLE color: 9662576.

HSL color Cylindrical-coordinate representation of color #707093: hue angle of 240º 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 #707093 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 112 147 -
CMYK 0.24 0.24 0 0.42
HSL 240º 0.14% 0.51% -
HSV(B) 240º 0.24% 0.58% -
XYZ 17.74 17.14 29.98 -
YUV 115.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 112 112 147 0.24 0.24 0 0.42 240 0.14 0.51
Hex 70 70 93 18 18 0 2A F0 E 33
Octal 160 160 223 30 30 0 52 360 16 63
Binary 1110000 1110000 10010011 11000 11000 0 101010 11110000 1110 110011

Color Harmonies of #707093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707093

Black with #707093

Text Example


Text Example

White with #707093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707093; }

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

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

background-color css

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

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

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

border-color css

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

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

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