Html Css Color HEX #707FB0 Ship Cove

📋 copy color: '#707FB0'

red 112 ◦ green 127 ◦ blue 176

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

Shades of Ship Cove #707FB0

Tints of Ship Cove #707FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 26.99%
G = 30.6%
B = 42.41%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#707FB0 (or 0x707FB0) is known color: Ship Cove. HEX triplet: 70, 7F and B0. RGB value is (112,127,176). Sum of RGB (Red+Green+Blue) = 112+127+176=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #707FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FB0 is #8F804F. Grayscale: #7F7F7F. Windows color (decimal): -9404496 or 11566960. OLE color: 11566960.

HSL color Cylindrical-coordinate representation of color #707FB0: hue angle of 225.94º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707FB0 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 127 176 -
CMYK 0.36 0.28 0 0.31
HSL 225.94º 0.29% 0.56% -
HSV(B) 225.94º 0.36% 0.69% -
XYZ 22.11 21.76 44.11 -
YUV 128.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 112 127 176 0.36 0.28 0 0.31 225.94 0.29 0.56
Hex 70 7F B0 24 1C 0 1F E2 1D 38
Octal 160 177 260 44 34 0 37 342 35 70
Binary 1110000 1111111 10110000 100100 11100 0 11111 11100010 11101 111000

Color Harmonies of #707FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FB0

Black with #707FB0

Text Example


Text Example

White with #707FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707FB0; }

 p { color: rgb(112,127,176); }

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

background-color css

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

 a { background-color: rgb(112,127,176); }

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

border-color css

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

 span { border-color: rgb(112,127,176); }

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