Html Css Color HEX #8394AF Ship Cove

📋 copy color: '#8394AF'

red 131 ◦ green 148 ◦ blue 175

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

Shades of Ship Cove #8394AF

Tints of Ship Cove #8394AF

RGB

 RED value IS 131 (51.56% from 255) = 28.85%

 GREEN value IS 148 (58.2% from 255) = 32.6%

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

R = 28.85%
G = 32.6%
B = 38.55%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8394AF (or 0x8394AF) is known color: Ship Cove. HEX triplet: 83, 94 and AF. RGB value is (131,148,175). Sum of RGB (Red+Green+Blue) = 131+148+175=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #8394AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8394AF is #7C6B50. Grayscale: #919191. Windows color (decimal): -8153937 or 11506819. OLE color: 11506819.

HSL color Cylindrical-coordinate representation of color #8394AF: hue angle of 216.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8394AF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 148 175 -
CMYK 0.25 0.15 0 0.31
HSL 216.82º 0.22% 0.6% -
HSV(B) 216.82º 0.25% 0.69% -
XYZ 27.69 29.1 44.72 -
YUV 146 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 131 148 175 0.25 0.15 0 0.31 216.82 0.22 0.6
Hex 83 94 AF 19 F 0 1F D9 16 3C
Octal 203 224 257 31 17 0 37 331 26 74
Binary 10000011 10010100 10101111 11001 1111 0 11111 11011001 10110 111100

Color Harmonies of #8394AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394AF

Black with #8394AF

Text Example


Text Example

White with #8394AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,148,175); }

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

background-color css

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

 a { background-color: rgb(131,148,175); }

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

border-color css

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

 span { border-color: rgb(131,148,175); }

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