Html Css Color HEX #707B9B Ship Cove

📋 copy color: '#707B9B'

red 112 ◦ green 123 ◦ blue 155

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

Shades of Ship Cove #707B9B

Tints of Ship Cove #707B9B

RGB

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

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

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

R = 28.72%
G = 31.54%
B = 39.74%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#707B9B (or 0x707B9B) is known color: Ship Cove. HEX triplet: 70, 7B and 9B. RGB value is (112,123,155). Sum of RGB (Red+Green+Blue) = 112+123+155=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #707B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B9B is #8F8464. Grayscale: #7B7B7B. Windows color (decimal): -9405541 or 10189680. OLE color: 10189680.

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

Color convert

RGB 112 123 155 -
CMYK 0.28 0.21 0 0.39
HSL 224.65º 0.18% 0.52% -
HSV(B) 224.65º 0.28% 0.61% -
XYZ 19.68 19.98 33.83 -
YUV 123.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 112 123 155 0.28 0.21 0 0.39 224.65 0.18 0.52
Hex 70 7B 9B 1C 15 0 27 E1 12 34
Octal 160 173 233 34 25 0 47 341 22 64
Binary 1110000 1111011 10011011 11100 10101 0 100111 11100001 10010 110100

Color Harmonies of #707B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B9B

Black with #707B9B

Text Example


Text Example

White with #707B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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