Html Css Color HEX #707194 Scampi

📋 copy color: '#707194'

red 112 ◦ green 113 ◦ blue 148

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

Shades of Scampi #707194

Tints of Scampi #707194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 30.03%
G = 30.29%
B = 39.68%

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

#707194 (or 0x707194) is known color: Scampi. HEX triplet: 70, 71 and 94. RGB value is (112,113,148). Sum of RGB (Red+Green+Blue) = 112+113+148=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #707194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707194 is #8F8E6B. Grayscale: #747474. Windows color (decimal): -9408108 or 9728368. OLE color: 9728368.

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

Color convert

RGB 112 113 148 -
CMYK 0.24 0.24 0 0.42
HSL 238.33º 0.14% 0.51% -
HSV(B) 238.33º 0.24% 0.58% -
XYZ 17.93 17.39 30.43 -
YUV 116.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 112 113 148 0.24 0.24 0 0.42 238.33 0.14 0.51
Hex 70 71 94 18 18 0 2A EE E 33
Octal 160 161 224 30 30 0 52 356 16 63
Binary 1110000 1110001 10010100 11000 11000 0 101010 11101110 1110 110011

Color Harmonies of #707194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707194

Black with #707194

Text Example


Text Example

White with #707194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707194; }

 p { color: rgb(112,113,148); }

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

background-color css

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

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

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

border-color css

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

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

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