Html Css Color HEX #707BA4 Ship Cove

📋 copy color: '#707BA4'

red 112 ◦ green 123 ◦ blue 164

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

Shades of Ship Cove #707BA4

Tints of Ship Cove #707BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.1%

R = 28.07%
G = 30.83%
B = 41.1%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#707BA4 (or 0x707BA4) is known color: Ship Cove. HEX triplet: 70, 7B and A4. RGB value is (112,123,164). Sum of RGB (Red+Green+Blue) = 112+123+164=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #707BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA4 is #8F845B. Grayscale: #7C7C7C. Windows color (decimal): -9405532 or 10779504. OLE color: 10779504.

HSL color Cylindrical-coordinate representation of color #707BA4: hue angle of 227.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707BA4 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 123 164 -
CMYK 0.32 0.25 0 0.36
HSL 227.31º 0.22% 0.54% -
HSV(B) 227.31º 0.32% 0.64% -
XYZ 20.47 20.29 37.96 -
YUV 124.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 112 123 164 0.32 0.25 0 0.36 227.31 0.22 0.54
Hex 70 7B A4 20 19 0 24 E3 16 36
Octal 160 173 244 40 31 0 44 343 26 66
Binary 1110000 1111011 10100100 100000 11001 0 100100 11100011 10110 110110

Color Harmonies of #707BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BA4

Black with #707BA4

Text Example


Text Example

White with #707BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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