Html Css Color HEX #8288AC Ship Cove

📋 copy color: '#8288AC'

red 130 ◦ green 136 ◦ blue 172

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

Shades of Ship Cove #8288AC

Tints of Ship Cove #8288AC

RGB

 RED value IS 130 (51.17% from 255) = 29.68%

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 29.68%
G = 31.05%
B = 39.27%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8288AC (or 0x8288AC) is known color: Ship Cove. HEX triplet: 82, 88 and AC. RGB value is (130,136,172). Sum of RGB (Red+Green+Blue) = 130+136+172=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #8288AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8288AC is #7D7753. Grayscale: #8A8A8A. Windows color (decimal): -8222548 or 11307138. OLE color: 11307138.

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

Color convert

RGB 130 136 172 -
CMYK 0.24 0.21 0 0.33
HSL 231.43º 0.2% 0.59% -
HSV(B) 231.43º 0.24% 0.67% -
XYZ 25.46 25.33 42.58 -
YUV 138.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 130 136 172 0.24 0.21 0 0.33 231.43 0.2 0.59
Hex 82 88 AC 18 15 0 21 E7 14 3B
Octal 202 210 254 30 25 0 41 347 24 73
Binary 10000010 10001000 10101100 11000 10101 0 100001 11100111 10100 111011

Color Harmonies of #8288AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288AC

Black with #8288AC

Text Example


Text Example

White with #8288AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,136,172); }

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

background-color css

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

 a { background-color: rgb(130,136,172); }

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

border-color css

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

 span { border-color: rgb(130,136,172); }

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