Html Css Color HEX #7693B0 Ship Cove

📋 copy color: '#7693B0'

red 118 ◦ green 147 ◦ blue 176

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

Shades of Ship Cove #7693B0

Tints of Ship Cove #7693B0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 26.76%
G = 33.33%
B = 39.91%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7693B0 (or 0x7693B0) is known color: Ship Cove. HEX triplet: 76, 93 and B0. RGB value is (118,147,176). Sum of RGB (Red+Green+Blue) = 118+147+176=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #7693B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7693B0 is #896C4F. Grayscale: #8D8D8D. Windows color (decimal): -9006160 or 11572086. OLE color: 11572086.

HSL color Cylindrical-coordinate representation of color #7693B0: hue angle of 210º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7693B0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 147 176 -
CMYK 0.33 0.16 0 0.31
HSL 210º 0.27% 0.58% -
HSV(B) 210º 0.33% 0.69% -
XYZ 25.74 27.85 45.09 -
YUV 141.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 118 147 176 0.33 0.16 0 0.31 210 0.27 0.58
Hex 76 93 B0 21 10 0 1F D2 1B 3A
Octal 166 223 260 41 20 0 37 322 33 72
Binary 1110110 10010011 10110000 100001 10000 0 11111 11010010 11011 111010

Color Harmonies of #7693B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7693B0

Black with #7693B0

Text Example


Text Example

White with #7693B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7693B0; }

 p { color: rgb(118,147,176); }

 H1.HeaderClassName
 {
   color: #7693B0;
 }
 .AnyTagClassName
 {
   color: #7693B0;
 }
</style>

background-color css

<style>
 a { background-color: #7693B0; }

 a { background-color: rgb(118,147,176); }

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

border-color css

<style>
 span { border-color: #7693B0; }

 span { border-color: rgb(118,147,176); }

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