Html Css Color HEX #707399 Scampi

📋 copy color: '#707399'

red 112 ◦ green 115 ◦ blue 153

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

Shades of Scampi #707399

Tints of Scampi #707399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 29.47%
G = 30.26%
B = 40.26%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707399 (or 0x707399) is known color: Scampi. HEX triplet: 70, 73 and 99. RGB value is (112,115,153). Sum of RGB (Red+Green+Blue) = 112+115+153=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #707399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707399 is #8F8C66. Grayscale: #767676. Windows color (decimal): -9407591 or 10056560. OLE color: 10056560.

HSL color Cylindrical-coordinate representation of color #707399: hue angle of 235.61º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707399 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 115 153 -
CMYK 0.27 0.25 0 0.4
HSL 235.61º 0.17% 0.52% -
HSV(B) 235.61º 0.27% 0.6% -
XYZ 18.56 18.01 32.63 -
YUV 118.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 112 115 153 0.27 0.25 0 0.4 235.61 0.17 0.52
Hex 70 73 99 1B 19 0 28 EC 11 34
Octal 160 163 231 33 31 0 50 354 21 64
Binary 1110000 1110011 10011001 11011 11001 0 101000 11101100 10001 110100

Color Harmonies of #707399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707399

Black with #707399

Text Example


Text Example

White with #707399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707399; }

 p { color: rgb(112,115,153); }

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

background-color css

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

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

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

border-color css

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

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

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