Html Css Color HEX #70889B Bermuda Grey

📋 copy color: '#70889B'

red 112 ◦ green 136 ◦ blue 155

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

Shades of Bermuda Grey #70889B

Tints of Bermuda Grey #70889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 27.79%
G = 33.75%
B = 38.46%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70889B (or 0x70889B) is known color: Bermuda Grey. HEX triplet: 70, 88 and 9B. RGB value is (112,136,155). Sum of RGB (Red+Green+Blue) = 112+136+155=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #70889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70889B is #8F7764. Grayscale: #828282. Windows color (decimal): -9402213 or 10193008. OLE color: 10193008.

HSL color Cylindrical-coordinate representation of color #70889B: hue angle of 206.51º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70889B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 136 155 -
CMYK 0.28 0.12 0 0.39
HSL 206.51º 0.18% 0.52% -
HSV(B) 206.51º 0.28% 0.61% -
XYZ 21.4 23.42 34.4 -
YUV 130.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 112 136 155 0.28 0.12 0 0.39 206.51 0.18 0.52
Hex 70 88 9B 1C C 0 27 CF 12 34
Octal 160 210 233 34 14 0 47 317 22 64
Binary 1110000 10001000 10011011 11100 1100 0 100111 11001111 10010 110100

Color Harmonies of #70889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70889B

Black with #70889B

Text Example


Text Example

White with #70889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70889B; }

 p { color: rgb(112,136,155); }

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

background-color css

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

 a { background-color: rgb(112,136,155); }

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

border-color css

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

 span { border-color: rgb(112,136,155); }

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