Html Css Color HEX #8289DD Portage

📋 copy color: '#8289DD'

red 130 ◦ green 137 ◦ blue 221

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

Shades of Portage #8289DD

Tints of Portage #8289DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 26.64%
G = 28.07%
B = 45.29%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8289DD (or 0x8289DD) is known color: Portage. HEX triplet: 82, 89 and DD. RGB value is (130,137,221). Sum of RGB (Red+Green+Blue) = 130+137+221=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8289DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289DD is #7D7622. Grayscale: #909090. Windows color (decimal): -8222243 or 14518658. OLE color: 14518658.

HSL color Cylindrical-coordinate representation of color #8289DD: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8289DD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 137 221 -
CMYK 0.41 0.38 0 0.13
HSL 235.38º 0.57% 0.69% -
HSV(B) 235.38º 0.41% 0.87% -
XYZ 31.2 27.86 72.14 -
YUV 144.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 130 137 221 0.41 0.38 0 0.13 235.38 0.57 0.69
Hex 82 89 DD 29 26 0 D EB 39 45
Octal 202 211 335 51 46 0 15 353 71 105
Binary 10000010 10001001 11011101 101001 100110 0 1101 11101011 111001 1000101

Color Harmonies of #8289DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289DD

Black with #8289DD

Text Example


Text Example

White with #8289DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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