Html Css Color HEX #828ECB Portage

📋 copy color: '#828ECB'

red 130 ◦ green 142 ◦ blue 203

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

Shades of Portage #828ECB

Tints of Portage #828ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 27.37%
G = 29.89%
B = 42.74%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#828ECB (or 0x828ECB) is known color: Portage. HEX triplet: 82, 8E and CB. RGB value is (130,142,203). Sum of RGB (Red+Green+Blue) = 130+142+203=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #828ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ECB is #7D7134. Grayscale: #919191. Windows color (decimal): -8220981 or 13340290. OLE color: 13340290.

HSL color Cylindrical-coordinate representation of color #828ECB: hue angle of 230.14º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828ECB is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 142 203 -
CMYK 0.36 0.30 0 0.20
HSL 230.14º 0.41% 0.65% -
HSV(B) 230.14º 0.36% 0.8% -
XYZ 29.66 28.4 60.42 -
YUV 145.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 130 142 203 0.36 0.30 0 0.20 230.14 0.41 0.65
Hex 82 8E CB 24 1E 0 14 E6 29 41
Octal 202 216 313 44 36 0 24 346 51 101
Binary 10000010 10001110 11001011 100100 11110 0 10100 11100110 101001 1000001

Color Harmonies of #828ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ECB

Black with #828ECB

Text Example


Text Example

White with #828ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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