Html Css Color HEX #828CDA Portage

📋 copy color: '#828CDA'

red 130 ◦ green 140 ◦ blue 218

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

Shades of Portage #828CDA

Tints of Portage #828CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 26.64%
G = 28.69%
B = 44.67%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#828CDA (or 0x828CDA) is known color: Portage. HEX triplet: 82, 8C and DA. RGB value is (130,140,218). Sum of RGB (Red+Green+Blue) = 130+140+218=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #828CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CDA is #7D7325. Grayscale: #919191. Windows color (decimal): -8221478 or 14322818. OLE color: 14322818.

HSL color Cylindrical-coordinate representation of color #828CDA: hue angle of 233.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828CDA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 140 218 -
CMYK 0.40 0.36 0 0.15
HSL 233.18º 0.54% 0.68% -
HSV(B) 233.18º 0.4% 0.85% -
XYZ 31.24 28.56 70.2 -
YUV 145.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 130 140 218 0.40 0.36 0 0.15 233.18 0.54 0.68
Hex 82 8C DA 28 24 0 F E9 36 44
Octal 202 214 332 50 44 0 17 351 66 104
Binary 10000010 10001100 11011010 101000 100100 0 1111 11101001 110110 1000100

Color Harmonies of #828CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CDA

Black with #828CDA

Text Example


Text Example

White with #828CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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