Html Css Color HEX #828DAF Ship Cove

📋 copy color: '#828DAF'

red 130 ◦ green 141 ◦ blue 175

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

Shades of Ship Cove #828DAF

Tints of Ship Cove #828DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.61%

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

R = 29.15%
G = 31.61%
B = 39.24%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#828DAF (or 0x828DAF) is known color: Ship Cove. HEX triplet: 82, 8D and AF. RGB value is (130,141,175). Sum of RGB (Red+Green+Blue) = 130+141+175=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #828DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DAF is #7D7250. Grayscale: #8D8D8D. Windows color (decimal): -8221265 or 11505026. OLE color: 11505026.

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

Color convert

RGB 130 141 175 -
CMYK 0.26 0.19 0 0.31
HSL 225.33º 0.22% 0.6% -
HSV(B) 225.33º 0.26% 0.69% -
XYZ 26.47 26.89 44.35 -
YUV 141.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 130 141 175 0.26 0.19 0 0.31 225.33 0.22 0.6
Hex 82 8D AF 1A 13 0 1F E1 16 3C
Octal 202 215 257 32 23 0 37 341 26 74
Binary 10000010 10001101 10101111 11010 10011 0 11111 11100001 10110 111100

Color Harmonies of #828DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DAF

Black with #828DAF

Text Example


Text Example

White with #828DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828DAF; }

 p { color: rgb(130,141,175); }

 H1.HeaderClassName
 {
   color: #828DAF;
 }
 .AnyTagClassName
 {
   color: #828DAF;
 }
</style>

background-color css

<style>
 a { background-color: #828DAF; }

 a { background-color: rgb(130,141,175); }

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

border-color css

<style>
 span { border-color: #828DAF; }

 span { border-color: rgb(130,141,175); }

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