Html Css Color HEX #707398 Scampi

📋 copy color: '#707398'

red 112 ◦ green 115 ◦ blue 152

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

Shades of Scampi #707398

Tints of Scampi #707398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 29.55%
G = 30.34%
B = 40.11%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#707398 (or 0x707398) is known color: Scampi. HEX triplet: 70, 73 and 98. RGB value is (112,115,152). Sum of RGB (Red+Green+Blue) = 112+115+152=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #707398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707398 is #8F8C67. Grayscale: #767676. Windows color (decimal): -9407592 or 9991024. OLE color: 9991024.

HSL color Cylindrical-coordinate representation of color #707398: hue angle of 235.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707398 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 115 152 -
CMYK 0.26 0.24 0 0.40
HSL 235.5º 0.16% 0.52% -
HSV(B) 235.5º 0.26% 0.6% -
XYZ 18.48 17.97 32.2 -
YUV 118.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 112 115 152 0.26 0.24 0 0.40 235.5 0.16 0.52
Hex 70 73 98 1A 18 0 28 EC 10 34
Octal 160 163 230 32 30 0 50 354 20 64
Binary 1110000 1110011 10011000 11010 11000 0 101000 11101100 10000 110100

Color Harmonies of #707398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707398

Black with #707398

Text Example


Text Example

White with #707398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707398; }

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

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

background-color css

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

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

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

border-color css

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

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

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