Html Css Color HEX #768AAD Ship Cove

📋 copy color: '#768AAD'

red 118 ◦ green 138 ◦ blue 173

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

Shades of Ship Cove #768AAD

Tints of Ship Cove #768AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 27.51%
G = 32.17%
B = 40.33%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#768AAD (or 0x768AAD) is known color: Ship Cove. HEX triplet: 76, 8A and AD. RGB value is (118,138,173). Sum of RGB (Red+Green+Blue) = 118+138+173=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #768AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AAD is #897552. Grayscale: #878787. Windows color (decimal): -9008467 or 11373174. OLE color: 11373174.

HSL color Cylindrical-coordinate representation of color #768AAD: hue angle of 218.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768AAD is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 138 173 -
CMYK 0.32 0.20 0 0.32
HSL 218.18º 0.25% 0.57% -
HSV(B) 218.18º 0.32% 0.68% -
XYZ 24.1 25.05 43.1 -
YUV 136.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 118 138 173 0.32 0.20 0 0.32 218.18 0.25 0.57
Hex 76 8A AD 20 14 0 20 DA 19 39
Octal 166 212 255 40 24 0 40 332 31 71
Binary 1110110 10001010 10101101 100000 10100 0 100000 11011010 11001 111001

Color Harmonies of #768AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AAD

Black with #768AAD

Text Example


Text Example

White with #768AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,173); }

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

background-color css

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

 a { background-color: rgb(118,138,173); }

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

border-color css

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

 span { border-color: rgb(118,138,173); }

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