Html Css Color HEX #707BAB Ship Cove

📋 copy color: '#707BAB'

red 112 ◦ green 123 ◦ blue 171

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

Shades of Ship Cove #707BAB

Tints of Ship Cove #707BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

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

R = 27.59%
G = 30.3%
B = 42.12%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707BAB (or 0x707BAB) is known color: Ship Cove. HEX triplet: 70, 7B and AB. RGB value is (112,123,171). Sum of RGB (Red+Green+Blue) = 112+123+171=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #707BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BAB is #8F8454. Grayscale: #7C7C7C. Windows color (decimal): -9405525 or 11238256. OLE color: 11238256.

HSL color Cylindrical-coordinate representation of color #707BAB: hue angle of 228.81º 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 #707BAB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 123 171 -
CMYK 0.35 0.28 0 0.33
HSL 228.81º 0.26% 0.55% -
HSV(B) 228.81º 0.35% 0.67% -
XYZ 21.12 20.55 41.38 -
YUV 125.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 112 123 171 0.35 0.28 0 0.33 228.81 0.26 0.55
Hex 70 7B AB 23 1C 0 21 E5 1A 37
Octal 160 173 253 43 34 0 41 345 32 67
Binary 1110000 1111011 10101011 100011 11100 0 100001 11100101 11010 110111

Color Harmonies of #707BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BAB

Black with #707BAB

Text Example


Text Example

White with #707BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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