Html Css Color HEX #70959D Gothic

📋 copy color: '#70959D'

red 112 ◦ green 149 ◦ blue 157

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

Shades of Gothic #70959D

Tints of Gothic #70959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 26.79%
G = 35.65%
B = 37.56%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70959D (or 0x70959D) is known color: Gothic. HEX triplet: 70, 95 and 9D. RGB value is (112,149,157). Sum of RGB (Red+Green+Blue) = 112+149+157=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #70959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70959D is #8F6A62. Grayscale: #8A8A8A. Windows color (decimal): -9398883 or 10327408. OLE color: 10327408.

HSL color Cylindrical-coordinate representation of color #70959D: hue angle of 190.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70959D is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 149 157 -
CMYK 0.29 0.05 0 0.38
HSL 190.67º 0.19% 0.53% -
HSV(B) 190.67º 0.29% 0.62% -
XYZ 23.52 27.37 35.94 -
YUV 138.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 112 149 157 0.29 0.05 0 0.38 190.67 0.19 0.53
Hex 70 95 9D 1D 5 0 26 BF 13 35
Octal 160 225 235 35 5 0 46 277 23 65
Binary 1110000 10010101 10011101 11101 101 0 100110 10111111 10011 110101

Color Harmonies of #70959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70959D

Black with #70959D

Text Example


Text Example

White with #70959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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