Html Css Color HEX #8287E0 Portage

📋 copy color: '#8287E0'

red 130 ◦ green 135 ◦ blue 224

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

Shades of Portage #8287E0

Tints of Portage #8287E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 26.58%
G = 27.61%
B = 45.81%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8287E0 (or 0x8287E0) is known color: Portage. HEX triplet: 82, 87 and E0. RGB value is (130,135,224). Sum of RGB (Red+Green+Blue) = 130+135+224=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #8287E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287E0 is #7D781F. Grayscale: #8F8F8F. Windows color (decimal): -8222752 or 14714754. OLE color: 14714754.

HSL color Cylindrical-coordinate representation of color #8287E0: hue angle of 236.81º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8287E0 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 135 224 -
CMYK 0.42 0.40 0 0.12
HSL 236.81º 0.6% 0.69% -
HSV(B) 236.81º 0.42% 0.88% -
XYZ 31.32 27.46 74.17 -
YUV 143.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 130 135 224 0.42 0.40 0 0.12 236.81 0.6 0.69
Hex 82 87 E0 2A 28 0 C ED 3C 45
Octal 202 207 340 52 50 0 14 355 74 105
Binary 10000010 10000111 11100000 101010 101000 0 1100 11101101 111100 1000101

Color Harmonies of #8287E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8287E0

Black with #8287E0

Text Example


Text Example

White with #8287E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8287E0; }

 p { color: rgb(130,135,224); }

 H1.HeaderClassName
 {
   color: #8287E0;
 }
 .AnyTagClassName
 {
   color: #8287E0;
 }
</style>

background-color css

<style>
 a { background-color: #8287E0; }

 a { background-color: rgb(130,135,224); }

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

border-color css

<style>
 span { border-color: #8287E0; }

 span { border-color: rgb(130,135,224); }

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