Html Css Color HEX #8093AC Ship Cove

📋 copy color: '#8093AC'

red 128 ◦ green 147 ◦ blue 172

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

Shades of Ship Cove #8093AC

Tints of Ship Cove #8093AC

RGB

 RED value IS 128 (50.39% from 255) = 28.64%

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 28.64%
G = 32.89%
B = 38.48%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8093AC (or 0x8093AC) is known color: Ship Cove. HEX triplet: 80, 93 and AC. RGB value is (128,147,172). Sum of RGB (Red+Green+Blue) = 128+147+172=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #8093AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8093AC is #7F6C53. Grayscale: #909090. Windows color (decimal): -8350804 or 11309952. OLE color: 11309952.

HSL color Cylindrical-coordinate representation of color #8093AC: hue angle of 214.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8093AC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 147 172 -
CMYK 0.26 0.15 0 0.33
HSL 214.09º 0.21% 0.59% -
HSV(B) 214.09º 0.26% 0.67% -
XYZ 26.78 28.44 43.11 -
YUV 144.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 128 147 172 0.26 0.15 0 0.33 214.09 0.21 0.59
Hex 80 93 AC 1A F 0 21 D6 15 3B
Octal 200 223 254 32 17 0 41 326 25 73
Binary 10000000 10010011 10101100 11010 1111 0 100001 11010110 10101 111011

Color Harmonies of #8093AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093AC

Black with #8093AC

Text Example


Text Example

White with #8093AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8093AC; }

 p { color: rgb(128,147,172); }

 H1.HeaderClassName
 {
   color: #8093AC;
 }
 .AnyTagClassName
 {
   color: #8093AC;
 }
</style>

background-color css

<style>
 a { background-color: #8093AC; }

 a { background-color: rgb(128,147,172); }

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

border-color css

<style>
 span { border-color: #8093AC; }

 span { border-color: rgb(128,147,172); }

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