Html Css Color HEX #8289EB Portage

📋 copy color: '#8289EB'

red 130 ◦ green 137 ◦ blue 235

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

Shades of Portage #8289EB

Tints of Portage #8289EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 25.9%
G = 27.29%
B = 46.81%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8289EB (or 0x8289EB) is known color: Portage. HEX triplet: 82, 89 and EB. RGB value is (130,137,235). Sum of RGB (Red+Green+Blue) = 130+137+235=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #8289EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8289EB is #7D7614. Grayscale: #919191. Windows color (decimal): -8222229 or 15436162. OLE color: 15436162.

HSL color Cylindrical-coordinate representation of color #8289EB: hue angle of 236º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8289EB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 137 235 -
CMYK 0.45 0.42 0 0.08
HSL 236º 0.72% 0.72% -
HSV(B) 236º 0.45% 0.92% -
XYZ 33.15 28.64 82.38 -
YUV 146.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 130 137 235 0.45 0.42 0 0.08 236 0.72 0.72
Hex 82 89 EB 2D 2A 0 8 EC 48 48
Octal 202 211 353 55 52 0 10 354 110 110
Binary 10000010 10001001 11101011 101101 101010 0 1000 11101100 1001000 1001000

Color Harmonies of #8289EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289EB

Black with #8289EB

Text Example


Text Example

White with #8289EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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