Html Css Color HEX #707195 Scampi

📋 copy color: '#707195'

red 112 ◦ green 113 ◦ blue 149

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

Shades of Scampi #707195

Tints of Scampi #707195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 29.95%
G = 30.21%
B = 39.84%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707195 (or 0x707195) is known color: Scampi. HEX triplet: 70, 71 and 95. RGB value is (112,113,149). Sum of RGB (Red+Green+Blue) = 112+113+149=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #707195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707195 is #8F8E6A. Grayscale: #747474. Windows color (decimal): -9408107 or 9793904. OLE color: 9793904.

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

Color convert

RGB 112 113 149 -
CMYK 0.25 0.24 0 0.42
HSL 238.38º 0.15% 0.51% -
HSV(B) 238.38º 0.25% 0.58% -
XYZ 18.01 17.42 30.85 -
YUV 116.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 112 113 149 0.25 0.24 0 0.42 238.38 0.15 0.51
Hex 70 71 95 19 18 0 2A EE F 33
Octal 160 161 225 31 30 0 52 356 17 63
Binary 1110000 1110001 10010101 11001 11000 0 101010 11101110 1111 110011

Color Harmonies of #707195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707195

Black with #707195

Text Example


Text Example

White with #707195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707195; }

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

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

background-color css

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

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

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

border-color css

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

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

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