Html Css Color HEX #828CEA Portage

📋 copy color: '#828CEA'

red 130 ◦ green 140 ◦ blue 234

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

Shades of Portage #828CEA

Tints of Portage #828CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.78%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 25.79%
G = 27.78%
B = 46.43%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#828CEA (or 0x828CEA) is known color: Portage. HEX triplet: 82, 8C and EA. RGB value is (130,140,234). Sum of RGB (Red+Green+Blue) = 130+140+234=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #828CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CEA is #7D7315. Grayscale: #939393. Windows color (decimal): -8221462 or 15371394. OLE color: 15371394.

HSL color Cylindrical-coordinate representation of color #828CEA: hue angle of 234.23º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828CEA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 140 234 -
CMYK 0.44 0.40 0 0.08
HSL 234.23º 0.71% 0.71% -
HSV(B) 234.23º 0.44% 0.92% -
XYZ 33.44 29.44 81.76 -
YUV 147.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 130 140 234 0.44 0.40 0 0.08 234.23 0.71 0.71
Hex 82 8C EA 2C 28 0 8 EA 47 47
Octal 202 214 352 54 50 0 10 352 107 107
Binary 10000010 10001100 11101010 101100 101000 0 1000 11101010 1000111 1000111

Color Harmonies of #828CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CEA

Black with #828CEA

Text Example


Text Example

White with #828CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,234); }

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

background-color css

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

 a { background-color: rgb(130,140,234); }

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

border-color css

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

 span { border-color: rgb(130,140,234); }

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