Html Css Color HEX #707FAB Ship Cove

📋 copy color: '#707FAB'

red 112 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #707FAB

Tints of Ship Cove #707FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 27.32%
G = 30.98%
B = 41.71%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707FAB (or 0x707FAB) is known color: Ship Cove. HEX triplet: 70, 7F and AB. RGB value is (112,127,171). Sum of RGB (Red+Green+Blue) = 112+127+171=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #707FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAB is #8F8054. Grayscale: #7F7F7F. Windows color (decimal): -9404501 or 11239280. OLE color: 11239280.

HSL color Cylindrical-coordinate representation of color #707FAB: hue angle of 224.75º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707FAB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 127 171 -
CMYK 0.35 0.26 0 0.33
HSL 224.75º 0.26% 0.55% -
HSV(B) 224.75º 0.35% 0.67% -
XYZ 21.62 21.56 41.55 -
YUV 127.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 112 127 171 0.35 0.26 0 0.33 224.75 0.26 0.55
Hex 70 7F AB 23 1A 0 21 E1 1A 37
Octal 160 177 253 43 32 0 41 341 32 67
Binary 1110000 1111111 10101011 100011 11010 0 100001 11100001 11010 110111

Color Harmonies of #707FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FAB

Black with #707FAB

Text Example


Text Example

White with #707FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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