Html Css Color HEX #8289CE Portage

📋 copy color: '#8289CE'

red 130 ◦ green 137 ◦ blue 206

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

Shades of Portage #8289CE

Tints of Portage #8289CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 27.48%
G = 28.96%
B = 43.55%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8289CE (or 0x8289CE) is known color: Portage. HEX triplet: 82, 89 and CE. RGB value is (130,137,206). Sum of RGB (Red+Green+Blue) = 130+137+206=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8289CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289CE is #7D7631. Grayscale: #8E8E8E. Windows color (decimal): -8222258 or 13535618. OLE color: 13535618.

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

Color convert

RGB 130 137 206 -
CMYK 0.37 0.33 0 0.19
HSL 234.47º 0.44% 0.66% -
HSV(B) 234.47º 0.37% 0.81% -
XYZ 29.29 27.09 62.08 -
YUV 142.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 130 137 206 0.37 0.33 0 0.19 234.47 0.44 0.66
Hex 82 89 CE 25 21 0 13 EA 2C 42
Octal 202 211 316 45 41 0 23 352 54 102
Binary 10000010 10001001 11001110 100101 100001 0 10011 11101010 101100 1000010

Color Harmonies of #8289CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289CE

Black with #8289CE

Text Example


Text Example

White with #8289CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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