Html Css Color HEX #768BA7 Ship Cove

📋 copy color: '#768BA7'

red 118 ◦ green 139 ◦ blue 167

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

Shades of Ship Cove #768BA7

Tints of Ship Cove #768BA7

RGB

 RED value IS 118 (46.48% from 255) = 27.83%

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 167 (65.63% from 255) = 39.39%

R = 27.83%
G = 32.78%
B = 39.39%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#768BA7 (or 0x768BA7) is known color: Ship Cove. HEX triplet: 76, 8B and A7. RGB value is (118,139,167). Sum of RGB (Red+Green+Blue) = 118+139+167=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 167 - color contains mainly: blue. Hex color #768BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768BA7 is #897458. Grayscale: #878787. Windows color (decimal): -9008217 or 10980214. OLE color: 10980214.

HSL color Cylindrical-coordinate representation of color #768BA7: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #768BA7 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 139 167 -
CMYK 0.29 0.17 0 0.35
HSL 214.29º 0.22% 0.56% -
HSV(B) 214.29º 0.29% 0.65% -
XYZ 23.68 25.11 40.16 -
YUV 135.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 118 139 167 0.29 0.17 0 0.35 214.29 0.22 0.56
Hex 76 8B A7 1D 11 0 23 D6 16 38
Octal 166 213 247 35 21 0 43 326 26 70
Binary 1110110 10001011 10100111 11101 10001 0 100011 11010110 10110 111000

Color Harmonies of #768BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BA7

Black with #768BA7

Text Example


Text Example

White with #768BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768BA7; }

 p { color: rgb(118,139,167); }

 H1.HeaderClassName
 {
   color: #768BA7;
 }
 .AnyTagClassName
 {
   color: #768BA7;
 }
</style>

background-color css

<style>
 a { background-color: #768BA7; }

 a { background-color: rgb(118,139,167); }

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

border-color css

<style>
 span { border-color: #768BA7; }

 span { border-color: rgb(118,139,167); }

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