Html Css Color HEX #8793AE Ship Cove

📋 copy color: '#8793AE'

red 135 ◦ green 147 ◦ blue 174

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

Shades of Ship Cove #8793AE

Tints of Ship Cove #8793AE

RGB

 RED value IS 135 (53.13% from 255) = 29.61%

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 29.61%
G = 32.24%
B = 38.16%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8793AE (or 0x8793AE) is known color: Ship Cove. HEX triplet: 87, 93 and AE. RGB value is (135,147,174). Sum of RGB (Red+Green+Blue) = 135+147+174=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8793AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8793AE is #786C51. Grayscale: #929292. Windows color (decimal): -7892050 or 11441031. OLE color: 11441031.

HSL color Cylindrical-coordinate representation of color #8793AE: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8793AE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 147 174 -
CMYK 0.22 0.16 0 0.32
HSL 221.54º 0.19% 0.61% -
HSV(B) 221.54º 0.22% 0.68% -
XYZ 28.07 29.07 44.18 -
YUV 146.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 135 147 174 0.22 0.16 0 0.32 221.54 0.19 0.61
Hex 87 93 AE 16 10 0 20 DE 13 3D
Octal 207 223 256 26 20 0 40 336 23 75
Binary 10000111 10010011 10101110 10110 10000 0 100000 11011110 10011 111101

Color Harmonies of #8793AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8793AE

Black with #8793AE

Text Example


Text Example

White with #8793AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8793AE; }

 p { color: rgb(135,147,174); }

 H1.HeaderClassName
 {
   color: #8793AE;
 }
 .AnyTagClassName
 {
   color: #8793AE;
 }
</style>

background-color css

<style>
 a { background-color: #8793AE; }

 a { background-color: rgb(135,147,174); }

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

border-color css

<style>
 span { border-color: #8793AE; }

 span { border-color: rgb(135,147,174); }

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