Html Css Color HEX #828CCF Portage

📋 copy color: '#828CCF'

red 130 ◦ green 140 ◦ blue 207

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

Shades of Portage #828CCF

Tints of Portage #828CCF

RGB

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

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

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

R = 27.25%
G = 29.35%
B = 43.4%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#828CCF (or 0x828CCF) is known color: Portage. HEX triplet: 82, 8C and CF. RGB value is (130,140,207). Sum of RGB (Red+Green+Blue) = 130+140+207=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #828CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCF is #7D7330. Grayscale: #909090. Windows color (decimal): -8221489 or 13601922. OLE color: 13601922.

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

Color convert

RGB 130 140 207 -
CMYK 0.37 0.32 0 0.19
HSL 232.21º 0.45% 0.66% -
HSV(B) 232.21º 0.37% 0.81% -
XYZ 29.85 28.01 62.86 -
YUV 144.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 130 140 207 0.37 0.32 0 0.19 232.21 0.45 0.66
Hex 82 8C CF 25 20 0 13 E8 2D 42
Octal 202 214 317 45 40 0 23 350 55 102
Binary 10000010 10001100 11001111 100101 100000 0 10011 11101000 101101 1000010

Color Harmonies of #828CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CCF

Black with #828CCF

Text Example


Text Example

White with #828CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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