Html Css Color HEX #828ECF Portage

📋 copy color: '#828ECF'

red 130 ◦ green 142 ◦ blue 207

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

Shades of Portage #828ECF

Tints of Portage #828ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.65%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 27.14%
G = 29.65%
B = 43.22%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#828ECF (or 0x828ECF) is known color: Portage. HEX triplet: 82, 8E and CF. RGB value is (130,142,207). Sum of RGB (Red+Green+Blue) = 130+142+207=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #828ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ECF is #7D7130. Grayscale: #919191. Windows color (decimal): -8220977 or 13602434. OLE color: 13602434.

HSL color Cylindrical-coordinate representation of color #828ECF: hue angle of 230.65º degrees, saturation: 0.45, 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 #828ECF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 142 207 -
CMYK 0.37 0.31 0 0.19
HSL 230.65º 0.45% 0.66% -
HSV(B) 230.65º 0.37% 0.81% -
XYZ 30.14 28.6 62.96 -
YUV 145.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 130 142 207 0.37 0.31 0 0.19 230.65 0.45 0.66
Hex 82 8E CF 25 1F 0 13 E7 2D 42
Octal 202 216 317 45 37 0 23 347 55 102
Binary 10000010 10001110 11001111 100101 11111 0 10011 11100111 101101 1000010

Color Harmonies of #828ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ECF

Black with #828ECF

Text Example


Text Example

White with #828ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828ECF; }

 p { color: rgb(130,142,207); }

 H1.HeaderClassName
 {
   color: #828ECF;
 }
 .AnyTagClassName
 {
   color: #828ECF;
 }
</style>

background-color css

<style>
 a { background-color: #828ECF; }

 a { background-color: rgb(130,142,207); }

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

border-color css

<style>
 span { border-color: #828ECF; }

 span { border-color: rgb(130,142,207); }

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