Html Css Color HEX #8289CD Portage

📋 copy color: '#8289CD'

red 130 ◦ green 137 ◦ blue 205

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

Shades of Portage #8289CD

Tints of Portage #8289CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.03%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 27.54%
G = 29.03%
B = 43.43%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8289CD (or 0x8289CD) is known color: Portage. HEX triplet: 82, 89 and CD. RGB value is (130,137,205). Sum of RGB (Red+Green+Blue) = 130+137+205=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #8289CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289CD is #7D7632. Grayscale: #8E8E8E. Windows color (decimal): -8222259 or 13470082. OLE color: 13470082.

HSL color Cylindrical-coordinate representation of color #8289CD: hue angle of 234.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8289CD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 137 205 -
CMYK 0.37 0.33 0 0.20
HSL 234.4º 0.43% 0.66% -
HSV(B) 234.4º 0.37% 0.8% -
XYZ 29.17 27.04 61.44 -
YUV 142.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 130 137 205 0.37 0.33 0 0.20 234.4 0.43 0.66
Hex 82 89 CD 25 21 0 14 EA 2B 42
Octal 202 211 315 45 41 0 24 352 53 102
Binary 10000010 10001001 11001101 100101 100001 0 10100 11101010 101011 1000010

Color Harmonies of #8289CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289CD

Black with #8289CD

Text Example


Text Example

White with #8289CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8289CD; }

 p { color: rgb(130,137,205); }

 H1.HeaderClassName
 {
   color: #8289CD;
 }
 .AnyTagClassName
 {
   color: #8289CD;
 }
</style>

background-color css

<style>
 a { background-color: #8289CD; }

 a { background-color: rgb(130,137,205); }

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

border-color css

<style>
 span { border-color: #8289CD; }

 span { border-color: rgb(130,137,205); }

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