Html Css Color HEX #818FAC Ship Cove

📋 copy color: '#818FAC'

red 129 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #818FAC

Tints of Ship Cove #818FAC

RGB

 RED value IS 129 (50.78% from 255) = 29.05%

 GREEN value IS 143 (56.25% from 255) = 32.21%

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

R = 29.05%
G = 32.21%
B = 38.74%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818FAC (or 0x818FAC) is known color: Ship Cove. HEX triplet: 81, 8F and AC. RGB value is (129,143,172). Sum of RGB (Red+Green+Blue) = 129+143+172=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #818FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAC is #7E7053. Grayscale: #8D8D8D. Windows color (decimal): -8286292 or 11308929. OLE color: 11308929.

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

Color convert

RGB 129 143 172 -
CMYK 0.25 0.17 0 0.33
HSL 220.47º 0.21% 0.59% -
HSV(B) 220.47º 0.25% 0.67% -
XYZ 26.32 27.29 42.91 -
YUV 142.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 129 143 172 0.25 0.17 0 0.33 220.47 0.21 0.59
Hex 81 8F AC 19 11 0 21 DC 15 3B
Octal 201 217 254 31 21 0 41 334 25 73
Binary 10000001 10001111 10101100 11001 10001 0 100001 11011100 10101 111011

Color Harmonies of #818FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FAC

Black with #818FAC

Text Example


Text Example

White with #818FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818FAC; }

 p { color: rgb(129,143,172); }

 H1.HeaderClassName
 {
   color: #818FAC;
 }
 .AnyTagClassName
 {
   color: #818FAC;
 }
</style>

background-color css

<style>
 a { background-color: #818FAC; }

 a { background-color: rgb(129,143,172); }

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

border-color css

<style>
 span { border-color: #818FAC; }

 span { border-color: rgb(129,143,172); }

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