Html Css Color HEX #8093AF Ship Cove

📋 copy color: '#8093AF'

red 128 ◦ green 147 ◦ blue 175

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

Shades of Ship Cove #8093AF

Tints of Ship Cove #8093AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 28.44%
G = 32.67%
B = 38.89%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8093AF (or 0x8093AF) is known color: Ship Cove. HEX triplet: 80, 93 and AF. RGB value is (128,147,175). Sum of RGB (Red+Green+Blue) = 128+147+175=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #8093AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8093AF is #7F6C50. Grayscale: #909090. Windows color (decimal): -8350801 or 11506560. OLE color: 11506560.

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

Color convert

RGB 128 147 175 -
CMYK 0.27 0.16 0 0.31
HSL 215.74º 0.23% 0.59% -
HSV(B) 215.74º 0.27% 0.69% -
XYZ 27.07 28.55 44.64 -
YUV 144.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 128 147 175 0.27 0.16 0 0.31 215.74 0.23 0.59
Hex 80 93 AF 1B 10 0 1F D8 17 3B
Octal 200 223 257 33 20 0 37 330 27 73
Binary 10000000 10010011 10101111 11011 10000 0 11111 11011000 10111 111011

Color Harmonies of #8093AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093AF

Black with #8093AF

Text Example


Text Example

White with #8093AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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